- Feb 18, 2021
-
-
Josh Gao authored
Bug: http://b/159164105 Test: treehugger Change-Id: I9f14482f693c9645d72a93d4a966909bf797533a
-
Josh Gao authored
Bug: http://b/159164105 Test: atest CtsAppExitTestCases Change-Id: I377247e8fc85f917676cb57eaa3128b955634fa5
-
- Feb 16, 2021
-
-
Josh Gao authored
In preparation for making tombstones available to apps, make sure we clean up after ourselves, so that when we recycle UIDs, we don't accidentally give out old tombstones from unrelated previous apps. Bug: http://b/159164105 Test: manual Change-Id: I76646b6e98bc9019bb8d978fa416303a617a8238
-
- Feb 09, 2021
-
-
Treehugger Robot authored
-
- Feb 08, 2021
-
-
Brian Stack authored
-
Junyu Lai authored
-
Brian Stack authored
Bug: 178807258 Test: atest UwbManagerTests Change-Id: Ib3d518c136282393f4f3bb06388404f76fad5b73
-
Benedict Wong authored
* changes: Implement RetryTimeout state Test Network startup in ConnectedState VDBG guard common verbose logging in Vcn
-
Jakub Pawlowski authored
-
Łukasz Rymanowski authored
Sponsor: jpawlowski@ Test: compilation Bug: 159786353 Tag: #feature Change-Id: I14116848411026ceab0ee15098687bf821e74d38
-
Roshan Pius authored
-
Mitch Phillips authored
-
Jeff Sharkey authored
-
Collin Fijalkovich authored
-
Rafal Slawik authored
This covers files from CLs like: - http://ag/13495669 - http://ag/13425120 - http://ag/13201721 Bug: n/a Test: n/a Change-Id: I7b1ba4e75c57cf53a9fe8b479b9472f627a63e82
-
Janis Danisevskis authored
-
Jeff Sharkey authored
-
Todd Kennedy authored
Change-Id: I182d6b167ed33fa0d817e70c7811aa6a22840a69
-
Roshan Pius authored
Not currently setting the atttribution tag for location permission checks. Plumb the attribution tag for all location permision checks (so that location access is correctly attributed to individual components within an app) Bug: 162602799 Test: atest android.net Test: atest com.android.server Change-Id: Iee95f05204f51a4f8cb1f36acfb60e8cdeb156f4
-
Brian Stack authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Lorenzo Colitti authored
-
Orion Hodson authored
Remove com.android.server.BootReceiver$2 from the denylist as this anonymous class was retired in change https://r.android.com/1565971. (cherry picked from commit 1653aba6) Bug: 159164105 Bug: 179645293 Test: atest PreloadCheck Change-Id: I94122241dc4cef84524ca83513a68d1fa8ffbe65 Merged-In: I94122241dc4cef84524ca83513a68d1fa8ffbe65
-
Lorenzo Colitti authored
* changes: Change ConnectivityServiceTest to prepare for VPN code move. Add to VpnManager the VPN APIs used by Settings and SystemUI. Remove temporary hack in VpnTest.
-
Chiachang Wang authored
-
Lorenzo Colitti authored
The VPN code is moving out of ConnectivityService to a new VpnManagerService. Update VpnDialogs to call into the new service. Bug: 173331190 Test: builds, boots Test: atest HostsideVpnTests Change-Id: I173ed0c3e39afb91c0dde1426dc492e9225afb00
-
Chiachang Wang authored
The static validate() method an PROXY_* constants in Proxy are used by both module and Settings. After Proxy is moving into connectivity module, Setting will not able to access them. Thus, move them to ProxyUtils in net shared lib. Bug: 172183305 Test: atest FrameworksNetTests Test: atest CtsNetTestCases:ProxyInfoTest Change-Id: I02c88aeaeb53d62b87a42a2d8ead9b140b054650
-
Treehugger Robot authored
-
Chiachang Wang authored
-
Xiao Ma authored
-
- Feb 07, 2021
-
-
Treehugger Robot authored
-
Lorenzo Colitti authored
-
Lorenzo Colitti authored
No-op changes to make it easier to review the VPN code move. 1. Set underlying networks via MockVpn, not ConnectivityService. 2. Add a processBroadcastForVpn utility method that we can modify without too much churn when the code is moved. Bug: 173331190 Test: test-only change Change-Id: I4256ca5f33034ef9d1de79857795a6ed1d644e61
-
Lorenzo Colitti authored
Settings and SystemUI use these through raw AIDL calls. Make them proper manager calls so we can move the implementation without touching the callers again. For now these still call into ConnectivityService via IConnectivityManager. In an upcoming CL the implementation will move to VpnManagerService. Test: m Bug: 173331190 Change-Id: I91528e1ad9948fbaa1fc5e37c61c5eb95f54964e
-
Lorenzo Colitti authored
This temporary hack was necessary due to b/175883995. Now that that bug is fixed, remove the hack. Bug: 171529940 Test: test-only change Change-Id: I48bd594cf3a37575f4888c1be9a1cf535de2e4d2
-
Lorenzo Colitti authored
Currently, NetworkRequest has several types of requests (LISTEN, TRACK_DEFAULT, REQUEST, BACKGROUND_REQUEST), and we expect more to be added. There are really three categories of request: 1. Requests satisfied by only one network and will keep that network up, and thus need to be sent to NetworkProviders: REQUEST, BACKGROUND_REQUEST. 2. Requests satisfied by only one network but will not keep that network up: TRACK_DEFAULT 3. Requests satisfied by multiple networks and will not keep any networks up: LISTEN. Unfortunately the separation is not very clear. Currently, for any valid request, either isListen() will return true or isRequest() will return true. This makes it impossible to tell whether a particular request should be sent to NetworkProviders, so the current code sends TRACK_DEFAULT requests to NetworkProviders as well. This is incorrect - a TRACK_DEFAULT should never keep a network up, for example. This CL attempts to clarify things by making isRequest() return false for TRACK_DEFAULT requests and thus never sending them to NetworkProviders. After this CL: - isRequest will return true only for requests that attempt to bring up or keep up a network. - isListen will return true only for requests that match multiple networks but do not keep any of them up. - Neither will return true for TRACK_DEFAULT. Test: atest ConnectivityServiceTest Change-Id: I7aad30ade8f7ab2a179e53483d9afd8675f64a12
-
Serik Beketayev authored
-
- Feb 06, 2021
-
-
Serik Beketayev authored
Revert submission 1553146-android_util Reason for revert: Build Breakage aosp-master/db845c-userdebug @ 7128996 Reverted Changes: Ia39f6e03f:[Mainline] Migrate android.utils package items Iaf99140d6:[Mainline] Migrate android.utils package items Change-Id: I5bdaec5d1a87436510c3e05fadaf0124d86b1bdf
-
Jeongik Cha authored
Bug: 150578172 Test: m Change-Id: Ib1001deb3a88b633477c5b314be01ea773f2d298 Merged-In: I99a5000109b171a74ac4f604b88e86a87b48ec5f
-