- Mar 04, 2024
-
-
Song Chun Fan authored
To help test monitor triage on-call to find the right bug component and assignee. BUG: 327693645 Test: n/a Change-Id: I9d675ad1a04f75ea543f1ca5cee3c5f76f1d4ea8
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Paul Lawrence authored
-
Steven Moreland authored
This function throws IllegalArgumentException if the handle would be null. Fixes: 327499594 Test: N/A Change-Id: Iee6e3d671995d359968c3b2023e2c01a256f57a7
-
Treehugger Robot authored
-
Chiachang Wang authored
-
Chiachang Wang authored
This is a clean up commit to remove legacy ConnectivityAnnotations as the annotations are defined in the ConnectivityManager, and is unused. Test: m Change-Id: Id3aec16559618ab563815fbdd4c8da54c54cafef
-
- Mar 01, 2024
-
-
Chiachang Wang authored
-
- Feb 29, 2024
-
-
Chiachang Wang authored
-
Chiachang Wang authored
Move the files VpnManagerServiceTest and VpnTest from their current location. Unit tests should ideally reside alongside the code they test. The original placement likely hindered their inclusion in module testing. Additionally, SDK checks have been removed from the tests since they are now considered platform tests. Test: atest FrameworksVpnTests Change-Id: I27b399d37c3536f4dbf39d2f8ef5242eb4ab6ba7
-
Chiachang Wang authored
Initialize the test for VPN related unit tests. Test: make FrameworksVpnTests Change-Id: I210c3a23fc5bea4b58163065fae28d816e57b946
-
Lee Shombert authored
-
- Feb 28, 2024
-
-
Paul Lawrence authored
With the changes to sys.powerctl this variable is no longer set on a power event - the power action is simply carried out. (This is to avoid possible DoS of these power functions.) However, this means that this property can no longer be read to see if a power event is happening. Since there is no longer a way of telling if a remote exception is real or not, best not to print out an error. Note that this bug occurs on some devices, not all. I was able to reproduce it reliably on a Pixel 7a, but not on a Pixel 7 or Cuttlefish. Bug: 318323013 Test: adb shell svc power reboot Change-Id: Icbc1ec1b7882140d4d742b056ea2adaafae67ee9
-
Eric Biggers authored
-
Jihoon Kang authored
-
Treehugger Robot authored
-
Eric Biggers authored
Many files that reference android.security.KeyStore don't actually do anything with it. This is apparently because the functionality of this class got moved to other places, but it was forgotten to remove the actual references to the class. This CL removes all such references from frameworks/base. Where made possible by removing an import of android.security.KeyStore, it also updates references to java.security.KeyStore to be simply KeyStore. java.security.KeyStore is the real KeyStore that is part of the public API. Bug: 326508120 Test: presubmit Change-Id: Ie63b8dfc8bb562b33e6e529d537bde64ae2c6d53
-
Lee Shombert authored
This only affects informational logs. Test: presubmit Bug: 325789335 Change-Id: I6c04fd8abbe8a66b8485a6151da7504b47c22f16
-
Lais Andrade authored
-
Motomu Utsumi authored
-
Suprabh Shukla authored
-
Eric Biggers authored
-
Jihoon Kang authored
With the effort to support non-"everything" stubs generation from api signature files, https://r.android.com/2977092 enforces all java_api_library modules to specify the `stubs_type` property. In order to accustom to this enforcement, this change specifies the `stubs_type` property as "everything" to all bp-defined "everything" stubs generating java_api_library modules. Test: m nothing --no-skip-soong-tests Bug: 319162970 Change-Id: I0a21420b4aa9eccd1eeb2022f3c9c952f607a480
-
- Feb 27, 2024
-
-
Suprabh Shukla authored
a2e8b91a Bug: 304347838 Change-Id: I058cf66bb574150d94b87914b11ba3c216849cb1
-
Eric Biggers authored
-
Suprabh Shukla authored
-
Shrinidhi Hegde authored
-
Treehugger Robot authored
-
Harshit Mahajan authored
-
Ahmed Ibrahim authored
-
Ahmed Ibrahim authored
Change-Id: Idafbb29affc1eb5b5ccbd4ce1eb33dc2b10c62fe Test: N/a
-
Vaibhav Devmurari authored
-
Vaibhav Devmurari authored
-
Rajni Negi authored
When a user backs out of the "Add ringtone" menu no ringtone is shown as selected. This change fixes this issue by handling RESULT_CANCELED code from the activity for "+ Add ringtone" to show the list properly. Bug: 176465037 Change-Id: I4cc4b4c01477e173c766b67167c0e249a6d55bbf
-
Harshit Mahajan authored
-
Jean-François Geyelin authored
-
Treehugger Robot authored
Merge "Suppress HiddenAbstractMethod on Notification.Style.areNotificationsVisiblyDifferent" into main
-
Kangping Dong authored
-
Suprabh Shukla authored
A bug was introduced by recent changes to filter out redundant process state changes. NPMS was caching UidStateCallbackInfo objects per uid and not clearing it or resetting the procStateSeq when the uid went away. This resulted in state-changes not being processed after app restarts. For example, if an app exited from TOP, it would lose network access due to some rules, but the last UidStateCallbackInfo would stay at TOP. If the same app restarted, the change would be filtered out as uninteresting even though the network rules require an update. Test: atest FrameworksServicesTests:NetworkPolicyManagerServiceTest Bug: 326370901 Bug: 326675380 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cafca44d84955504857e337fced3bef2912802bd) Merged-In: I016435abcfd5300f33374e5d5c144b25f81728b4 Change-Id: I016435abcfd5300f33374e5d5c144b25f81728b4
-