- Dec 10, 2020
-
-
Jeff Sharkey authored
Iteration based on areas of tree where detailed ownership was found to be missing during routine code reviews. Also add more detailed examples to OWNERS.md. Bug: 174932174 Exempt-From-Owner-Approval: refactoring with team leads buy-in Change-Id: I46ccef33b34594181ae8dc62973d68020f827d6b
-
Jeff Sharkey authored
-
Lucas Lin authored
-
Ulyana Trafimovich authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Sudheer Shanka authored
Test: n/a Change-Id: I8abcde37bd76bc1078119ca10232a46130668306
-
Lorenzo Colitti authored
* changes: Add a convenience method to update a network's capabilities. Disallow NetworkAgents from changing the owner UID. Observe mOwnerUID in NetworkCapabilities#equals.
-
lucaslin authored
ConnectivityService is going to be a part of mainline module, to prevent using @hide method in ConnectivityService, reimplement DumpUtils#checkDumpPermission() in ConnectivityService. Bug: 175177794 Test: atest FrameworksNetTests Test: adb shell dumpsys connectivity Change-Id: I1e4bc023b39b40a717a3a0fd8cd60aa2f25e9bdb
-
Dan Shi authored
-
Fan Zhang authored
-
Xin Li authored
-
Xin Li authored
Bug: 172690556 Merged-In: Ib81ba3288a986546bc570c3759c55d026add591a Change-Id: I2acfeb6cfc83a80056a685355cc367a5514da069
-
Agatha Man authored
Bug: 169889379 Test: presubmit Change-Id: Ib81ba3288a986546bc570c3759c55d026add591a
-
Serik Beketayev authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1498168 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Icc0a49e76f87a741f4410b53e9a40012e37fde36
-
- Dec 09, 2020
-
-
Serik Beketayev authored
-
Baligh Uddin authored
-
Felipe Leme authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1521011 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie0e337d54e9dcd9cac669656c501dde3d6185e3b
-
Felipe Leme authored
-
Felipe Leme authored
Test: none Bug: 170333009 Exempt-From-Owner-Approval: automotive-specific directory Change-Id: I92cd4ca6bab38b5297f77356ee1f035d412d3a3c
-
Dan Shi authored
The test config takes longer than 15mins to run. Move it to a dedicated group for running slow presubmit Test Mapping test. Bug: 174654670 Bug: 174495337 Bug: 175150979 Change-Id: Ib9d7b86ea9bee438383a80a66b5d1c008565ba10 Test: none
-
Jeff Sharkey authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1514851 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I726c027d51fb6b6c303ed7e6995197307e186bb0
-
Jeff Sharkey authored
-
Sai Rijal authored
Allow .prc/.mobi file extensions to be read as a separate mobi mime type. This allows Android to open mobi files with the correct mime type. This in turn allows applications to set their intent filters based on mime type when opening mobi files. Test: CtsMimeMapTestCases Change-Id: I2b8f80f019f930f888e8e50db8b4efee0f0d4035
-
Jeff Sharkey authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1519668 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8d8dd902baec65abec93557d00a22ad3fcd66347
-
Jeff Sharkey authored
-
Lorenzo Colitti authored
Almost all calls to ConnectivityService#updateCapabilities use all the current data in the network, and thus call the method like this: updateCapabilities(nai.getCurrentScore(), nai, nai.networkCapabilities); Introduce a convenience method to simplify this frequent use case. Bug: 173331190 Test: passes existing ConnectivityService tests Change-Id: I6eb6d92bd159f2575d10a929bd59f6dd1b7a4b4e
-
Lorenzo Colitti authored
The current behaviour with regards to changing the owner UID is bizarre and arguably incorrect. A NetworkAgent can change the owner to whatever other app it wants, regardless of signatures, at any time. This includes, for example, transferring ownership to another UID and then recovering it. Fortunately no existing NetworkAgent appears to do this: - ClientModeImpl sets it to the UID of the app that created the configuration. It doesn't look like it can change while the network is connected. - Vpn sets it to the UID of the VPN owner. That also can't change. - Telephony does not appear to set it at all, it only sets the administrator UIDs (and updates them whenever it gets EVENT_CARRIER_PRIVILEGED_UIDS_CHANGED). Disallow this now before code is written that depends on it. Bug: 175188445 Test: modified tests in ConnectivityServiceTest Change-Id: I638e29fda2481ec3bf4fff562ea66a73322881df
-
Lorenzo Colitti authored
Currently, NetworkCapabilities's equals and hashCode methods ignore mOwnerUID. This is confusing because it is inconsistent with pretty much every other member of this class. Bug: 175188445 Test: atest CtsNetTestCases:NetworkAgentTest \ CtsNetTestCases:Ikev2VpnTest \ CtsNetTestCases:VpnServiceTest HostsideVpnTests \ CtsNetTestCases:android.net.cts.ConnectivityDiagnosticsManagerTest \ ConnectivityServiceTest com.android.server.connectivity.VpnTest Change-Id: I2348b7a35f32a931687f2d3c2fa57620a12fe06f
-
Marvin Ramin authored
Test: n/a Change-Id: I8e77822bb0a87c8b397be28d60528a35b0eda7b2
-
Dmitri Plotnikov authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1520758 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5d258d326af6662a7e8d1dcaa1bbbeffdc19da94
-
Dmitri Plotnikov authored
-
Christian Wailes authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1482838 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0d9a22925b9ea70f06954e57f7ce98a5c3cfd3b1
-
Chris Wailes authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1465553 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ifeb0c921ec079202dba5b0b50eb147b09ea3042e
-
Dmitri Plotnikov authored
Test: N/A Change-Id: Ie9eef7eed7f097113074c3c5f3f7a7084a55f97b
-
Serik Beketayev authored
Bug: 175085315 Test: atest Change-Id: I3d7366ba1e60be3ff7c6dd6c589db760b182136b
-
Christian Wailes authored
* changes: Modify dexopt invocation based on install scenario Adds an "install scenario" field to the appropriate datastructures
-
- Dec 08, 2020
-
-
Fan Zhang authored
The code is maintained by emergencyinfo owners. Bug: 160006048 Test: manual Change-Id: I5e03aa511d52c8595a51ddce5b232f250ecf4c18
-
Adam Bookatz authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1519214 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id316389aa3d71182fbcd15e76322beadbd30048f
-
Adam Bookatz authored
-