- Jan 21, 2021
-
-
Remi NGUYEN VAN authored
The bundle is no longer necessary, as this message is not sent across processes: the network list can be sent directly in the message obj pair. Bug: 173574274 Test: atest FrameworksNetTests CtsNetTestCasesLatestSdk Change-Id: Iae049a24212ff9df19b29aead20bf4a594f05f99
-
Anton Hansson authored
-
Anton Hansson authored
-
Chiachang Wang authored
-
Chiachang Wang authored
-
Chiachang Wang authored
Using FileDescriptor in the aidl will refer to Parcel.readRawFileDescriptor() and Parcel.writeRawFileDescriptor() whilie trying to do parcel operations. Those two APIs are hidden and not accessible for the incoming ConnectivityService mainline module. For such use cases in a module, it should be replaced by using ParcelFileDescriptor that is designed for such usages. Bug: 170598012 Test: atest FrameworksNetTests CtsNetTestCasesLatestSdk Change-Id: Ia7e3a71ccb4b136cc55c9e90a384870c32cfd37b
-
Paul Hu authored
-
Chiachang Wang authored
-
Treehugger Robot authored
-
lucaslin authored
Create an inner class to handle the network activity related logic to isolate the code for code cleanliness. It's helpful for the follow-up modifications to move network activity logic from NMS to CS to support Connectivityservice mainline. Bug: 170598012 Test: atest FrameworksNetTests Change-Id: I33b3b11f2700cb10eb6e3b58b6dfa52251bece80
-
Chiachang Wang authored
Reporting interface change is planning to move from NMS to CS for incoming CS mainline. The event sent from CS to NMS will be replaced by sending to netd directly, so the change reported via NMS to BSS should be handled by BSS directly. This commit allows BSS to listen interface change itself to separate the design. Bug: 170598012 Test: m ; atest FrameworksCoreTests:BatteryStatsTests Change-Id: I4c9202be31cad09451ef47ac7b5b87f7efb2020c Merged-In: I9c1b2294905d3b59f6945c3f8acb91b2e419b492
-
Remi NGUYEN VAN authored
-
Zoey Chen authored
-
Daniel Bright authored
-
Remi NGUYEN VAN authored
The API surface is planned to move to the Connectivity module, meaning that it will be maintained across multiple Android releases. This is incompatible with TestApi semantics, which are designed to be removable across releases. Effectively the APIs become System/module API, so mark them as such considering that TestApi is not supported by modules. Test: m Bug: 174436414 Change-Id: Icd32fcbb65e9a4bb2b67cb9da7c971281be0781a
-
Peter Wang authored
-
- Jan 20, 2021
-
-
Kohsuke Yatoh authored
-
Amit Mahajan authored
-
Amy Zhang authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Anton Hansson authored
Add disting of the following for the sdk: - android-non-updatable.txt - android-non-updatable-removed.txt - removed.txt Bug: 158544979 Test: m sdk dist && inspect out/dist/apistubs Change-Id: I5f628f4fcfc13f67105ee3b2760274e900fc1e34
-
Treehugger Robot authored
-
Daniel Bright authored
Test: Ims call and unit tests Bug: 167294783 Change-Id: Idb8f5ce7fe7592e94cb6202e7df133a354746388
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Kohsuke Yatoh authored
Test: n/a Change-Id: I56939ce3a22c72ac489e4d9248de9e0ce4ee9413
-
Lucas Dupin authored
-
Mitch Phillips authored
-
Julia Reynolds authored
Change-Id: Ide8f8bcdea46b431d1f401f1da9514d577856e0f
-
satayev authored
-
paulhu authored
MultinetworkPolicyTracker is part of Connectivity mainline module which cannot call @hide API Context#registerReceiverAsUser. Thus, replace it to Context#registerReceiverForAllUsers. Bug: 170634463 Test: atest FrameworksNetTests Test: Manully check that receiving intent and unregistering receiver can work normally. Change-Id: Ie22a3aa40bc9243082672a64dba7c7940f9ff21a
-
Anton Hansson authored
Add the modularization team as "global" module OWNERS. Bug: 151089579 Test: No Change-Id: I4f5c377fcadf6121f9d49f75465ca2e342abdee9
-
Treehugger Robot authored
-
utzcoz authored
Test: m Change-Id: Ia6adcf39af0eeebbeef17069d8b3d74eae542bd4 Signed-off-by:
utzcoz <utzcoz@gmail.com>
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Artur Satayev authored
Add clearOverrideForTest(changeId, packageName) to remove a single id from package overrdies. Bug: 147113465 Test: N/A Change-Id: I35c6fe418abb9bc562218444878188bc393725e5
-
satayev authored
-