- Apr 12, 2021
-
-
Paul Duffin authored
Test: modified an incorrectly formatted .bp file and attempted to upload just to make sure it was rejected. Change-Id: Ib51cedb8b24d61c416a53a447a909314cc0e91c3
-
Anton Hansson authored
-
Chiachang Wang authored
-
SongFerng Wang authored
-
- Apr 09, 2021
-
-
Tianjie Xu authored
-
Brad Ebinger authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Roman Kiryanov authored
this property is deprecated and emulator now populates `dalvik.vm.checkjni` to use instead. Bug: 182291166 Test: getprop dalvik.vm.checkjni Signed-off-by:
Roman Kiryanov <rkir@google.com> Change-Id: Ie94b0d6c2e48b731d9cfe0ead380e0f52f662f37
-
Brad Ebinger authored
The current name of SipDelegate[Connection]#closeDialog assumes there will only be one SIP dialog per SIP session and does not adequately cover the case where a SIP INVITE has forked and generated multiple dialogs for the same call-id. Instead, rename closeDialog to cleanupSession, which is more accurate and should be called after all SIP dialogs associated with the SIP session represented by the call-id have closed. Bug: 184858064 Test: atest CtsTelephonyTestCases Change-Id: I438dbc45dffbaf33e0cf36ddc61008fd8c18209c
-
Cody Kesting authored
-
James Mattis authored
-
Anton Hansson authored
-
Anton Hansson authored
The java stubs for android-non-updatable were previously only compiled into the "main android stubs" target. This change refactors the build so that we compile android-non-updatable stubs as a separate jar file. That jar is then statically included into the main android stubs, making it effectively a noop for the existing stub. This has the benefit of making it possible to finalize the android-non-updatable when the rest of the SDK artifacts are frozen, so that we can later re-create android.jar with a mix of different android-non-updatable and module stubs. Bug: 184839599 Test: `m sdk dist` && diff -r out/apistubs{before,after} Change-Id: I624e2e7ab5723eb5e27cf26dbe247aac2a799b72
-
Abhinav Aggarwal authored
-
Anton Hansson authored
This simplifies management of the build rules across different branches that may have different lists of modules. Additionally, we dedupe the list of module system stubs. Bug: 184839225 Test: m Merged-In: Ibef1fb686305b5b1b50811b7d1c6d677d07d7177 Change-Id: Ibef1fb686305b5b1b50811b7d1c6d677d07d7177
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Roman Kiryanov authored
This way the Android Studio Emulator will be the owner of the emulator specific code and the framework will not see the implemetattion details. Bug: 182436079 Test: check if emulator exchanges the clipboard with the host Change-Id: Icdb25d51437ba0f8e98a2750b0b705c15755f106 Merged-In: Icdb25d51437ba0f8e98a2750b0b705c15755f106
-
Tianjie authored
The clients of resume on reboot want additional information for reboot failures, so they can handle these failures better. Therefore expose the reboot failure error code via SystemApi. Bug: 183646725 Test: atest FrameworksServicesTests:RecoverySystemServiceTest; Do an RoR with gmscore Change-Id: Ia02655218194a070ce02e9dae6fd62e19259c9f9
-
James Mattis authored
Adding historical logging for the setOemNetworkPreference() calls. This will last across reboots. Bug: 177257940 Bug: 176494815 Test: atest FrameworksNetTests Change-Id: I4fc35fd58ff741830aa292adc1c559b4279ad8f9
-
Remi NGUYEN VAN authored
-
Remi NGUYEN VAN authored
-
Remi NGUYEN VAN authored
-
Remi NGUYEN VAN authored
-
Remi NGUYEN VAN authored
-
Remi NGUYEN VAN authored
-
- Apr 08, 2021
-
-
Benedict Wong authored
* changes: Dynamically set MTU based on proposed algorithms Create proxy NetworkAgent for testing Ensure teardown() only triggered on the right NetworkAgent. Add dump to VcnManagementService
-
Paul Duffin authored
-
Nathan Harold authored
-
Steven Moreland authored
-
Paul Duffin authored
-
James Mattis authored
-
Benedict Wong authored
This change adds the relevant utilities and plumbing to ensure that MTUs are set dynamically based on the underlying network's MTU. Bug: 184697651 Test: atest FrameworksVcnTests Change-Id: I77e34a92eb4e81e83d20fe6019b38ea5f1af4765
-
Abhinav Aggarwal authored
Test: Treehugger Change-Id: Id39c2c4359b182aff1e94d9ccdd179818cebf9e4
-
Treehugger Robot authored
-
Benjamin Franz authored
-
Treehugger Robot authored
-
Anton Hansson authored
-
Remi NGUYEN VAN authored
The venue friendly name comes from the network, and only plain strings should be used in practice. writeCharSequence is also not usable in CaptivePortalData, as it must build using module_api. Use a String as the underlying type in CaptivePortalData, keeping CharSequence in the API for consistency with UI-related elements. This brings CaptivePortalData in line with downstream branches. Bug: 183174863 Test: atest FrameworksNetTests Merged-In: Ifa3ea9aae0cabf5757791c4ae13e6f551759ed97 Change-Id: Ic662d3b546d52f825f9c3a24c5e0d4ba03818ab0
-