- Jan 29, 2021
-
-
Anton Hansson authored
This changes the default visibility of soong modules in this directory to __subpackages__, from the current public default. This helps accidental dependencies sneaking in without intent from the module owner. Bug: 175604587 Test: m nothing Merged-In: I1df8b8e087d27f62ce8c09d7e6e32d511efdba6b Change-Id: I1df8b8e087d27f62ce8c09d7e6e32d511efdba6b
-
Junyu Lai authored
-
Naomi Musgrave authored
-
Junyu Lai authored
-
junyulai authored
As a preparation of exposing system API. This patch does some harmless refactoring, which includes: 1. Change raw arrays into lists according to API guidelines. 2. Write test. 3. Rename class to UnderlyingNetworkInfo. 4. Rename vpnIface to iface. 5. Make underlyingIfaces @NonNull in order to adapt new unparceling code. 6. implement equals and hashCode for testing. Test: atest android.net.UnderlyingNetworkInfoTest Bug: 174123988 Change-Id: I405c21e57c4af8a12a9dd0a1749b9e6690f87045
-
Junyu Lai authored
This will be mainly used by VCN management service which will need to hold the networks but preserve the backgrounded-ness of the networks. Test: android.net.ConnectivityManagerTest#testRequestType Test: android.net.cts.ConnectivityManagerTest#testRequestBackgroundNetwork / --rerun-until-failure 100 Test: ConnectivityServiceTest#testBackgroundNetworks Test: m -j doc-comment-check-docs Bug: 175662146 Change-Id: I463c7a3139a286e50ea71e674060975ce228caa9
-
Lucas Lin authored
-
Treehugger Robot authored
-
- Jan 28, 2021
-
-
Treehugger Robot authored
-
Baligh Uddin authored
-
Treehugger Robot authored
-
Anthony Stange authored
Change-Id: I91b4d30f94b7a75f50ece7c6fddab666e43d01b9 Test: presubmits
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Jiashen Wang authored
* changes: Do now throw exception when activation code is empty Init DownloadableSubscription with Confirmation Code
-
James Lin authored
-
Henry Fang authored
Bug: 177247275 Test: Manual Change-Id: I13f924adc3586607eb3a60d184e7786536c7b788 Merged-In: I13f924adc3586607eb3a60d184e7786536c7b788
-
Benedict Wong authored
-
Andy Hung authored
-
Treehugger Robot authored
-
Todd Kennedy authored
Change-Id: I970b5a32d2da06645d66d0062f8c2fa87924a204
-
Janis Danisevskis authored
BackendBusyException now returns a back-off hint that API users can use to implement their retry loop. Bug: 174761871 Test: N/A Change-Id: I95662a5a5432965de365017eae43c502eb5bfc06
-
Jeff Sharkey authored
-
Todd Kennedy authored
Change-Id: If3e8e500c4a5de47ec76cc19413546b736feb5f9
-
Anton Hansson authored
-
Anton Hansson authored
-
Naomi Musgrave authored
Test: manual Bug: 171386167 Change-Id: I88a57ac4fa3b73da52b089c728e68b38aec2d62a
-
Treehugger Robot authored
-
Paul Duffin authored
-
Paul Duffin authored
Currently, it is just a placeholder that retrieves information about the framework boot image from the dex_bootjars singleton. Bug: 177892522 Test: m droid Change-Id: Icd7943a37378a56c416e502aa29d6088c2f247d2 Exempt-From-Owner-Approval: https://crbug.com/gerrit/14008
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Junyu Lai authored
-
daren.liao authored
[Description] When UI enables 2 CEC options right after enable CEC TV will read the wrong value, and failed to update value before TV is ready. We should read the setting again after TV is ready. Bug: 176708541 Test: Toggle HDMI control settings 10 times PASS Change-Id: I0e8eaefe3839873c4af476d47bdb1295711d5967
-
Neil Fuller authored
The code has been moved (internally) under bug 175119330. The code that was here now can be found in com.android.server.timezonedetector.location instead. Bug: 175119330 Test: treehugger only Change-Id: I0446ea16921886ac826f25d624a1c61551d2313e
-
Oliver Woodman authored
-
Treehugger Robot authored
-
Lorenzo Colitti authored
-
Chiachang Wang authored
-
Remi NGUYEN VAN authored
Instead of classifying interfaces by network type in BatteryStats, classify them based on the transports array provided by the NetworkAgent. Network types are deprecated and transports should be used instead. This change allows BatteryStats to stop depending on unstable APIs such as isNetworkTypeMobile. This change also updates nullability annotations in ConnectivityService and NetworkAgentInfo to show that the NetworkCapabilities are non-null (as provided by the network agent) when calling noteNetworkInterfaceTransports. Bug: 174436414 Test: atest atest ConnectivityServiceTest#testBatteryStatsNetworkType \ --rerun-until-failure 40 Merged-In: I4e928fac8a57a9b1fc758a44af2a5719b8c871b8 Change-Id: I4e928fac8a57a9b1fc758a44af2a5719b8c871b8
-