- Mar 21, 2024
-
-
Yan Yan authored
Bug: 329139898 Test: atest IpSecPacketLossDetectorTest (new tests) Change-Id: Icc31fe7f1b76e7849c910b3cd1c300bcf4c1f3a3
-
Treehugger Robot authored
-
Yan Yan authored
-
Eric Biggers authored
-
Treehugger Robot authored
-
Suprabh Shukla authored
Test: N/A Bug: 304347838 Change-Id: I3cce9ac5f72630a17961657457089cafdae80cb5
-
Hansen Kurli authored
* changes: Implement ConnectivityBlobStore list Implement ConnectivityBlobStore remove. Implement ConnectivityBlobStore get and put.
-
Treehugger Robot authored
-
- Mar 20, 2024
-
-
Yan Yan authored
Bug: 329139898 Bug: 323238888 Test: build Change-Id: I635e5432e42c5fb4d903b4c14910e60e2e38f12b
-
Hansen Kurli authored
-
Treehugger Robot authored
-
Anvesh Renikindi authored
-
rambowang authored
This CL calls CarrierConfigManager.getCarrierConfigSubset instead of getConfigForSubId to guard against crashing when phone process has gone. The former method is designed for system components to retrieve carrier configs with consideration of phone process may be gone (e.g. during rebooting from previous crash). Bug: 319791612 Test: atest TelephonySubscriptionTrackerTest (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d7ebd7c10712a8a319ae6117949d4ece92be4de8) Merged-In: I784610b243db2a666c1fe89b1438950a2f6a1478 Change-Id: I784610b243db2a666c1fe89b1438950a2f6a1478
-
Anvesh Renikindi authored
-
Sanal Buvaev authored
-
Reema Bajwa authored
Bug: 298486662 Test: N/A - Build issue only (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4e6b43c890f3d91016a8159602f357f9be7c8e6e) Merged-In: I809b0abef1a33d39082448f8d504ef54e0793da6 Change-Id: I809b0abef1a33d39082448f8d504ef54e0793da6
-
Lucas Henneman authored
-
Chiachang Wang authored
-
Eric Biggers authored
There's no such thing as a NO_ERROR Keystore error code anymore, let alone one whose numeric value is 1. The field android.security.KeyStore.NO_ERROR is a remnant from Keystore1. NO_ERROR existed in Keystore1 because Keystore1's binder methods used a binder exception code of 0 ("success") even on failure, so they had to use the return value to convey a Keystore error code or NO_ERROR. Keystore2 instead uses binder's support for service-specific errors, and there is no NO_ERROR error code because the success case is conveyed via the binder exception code being 0 instead of EX_SERVICE_SPECIFIC. Therefore, this CL removes the obsolete field android.security.KeyStore.NO_ERROR and its two users. These users were: - AndroidKeyStoreCipherSpiBase checked for NO_ERROR "errors" from createOperation(). But this case is unreachable, and the operation cannot continue without the CreateOperationResponse anyway. So this obsolete code can just be removed. - AuthenticationClient checked the return value of KeyStore#addAuthToken() against NO_ERROR. But this method actually just wraps Authorization#addAuthToken() which returns 0 on success, as per its javadoc. So this was a bug, though it didn't matter much since it just caused a misleading log message. Check for 0 instead. Finally, NO_ERROR did have @UnsupportedAppUsage. But since there's no use case for it, removing it is allowed by the non-SDK interface policy. Bug: 326508120 Test: atest CtsKeystoreTestCases Change-Id: I735e005d7ca39e231667dd95da533519085ba4ef
-
Chiachang Wang authored
The method call for INetworkManagementService can use the parameter in the constructor, instead of a separate variable. The declared variable is not actually used. Remove the variable to reduce the unnecessary memory cost. Test: m Change-Id: I92153af9235969d6685b7693eac8f68ff36fdddf
-
Sanal Buvaev authored
PackageWatchdog will apply high user impact actions only in case of network failure. RescueParty updated the list of rescue levels and their corresponding impact. Test: unit and manual tests Bug: 310236690 Change-Id: Iff34f6051b801a0d45149c317a7c9f344a2bd984
-
Yan Yan authored
Add @RequiresFeature to align with the implementation that makes VCN availability depent on FEATURE_TELEPHONY_SUBSCRIPTION Bug: 330404031 Test: build Change-Id: I3e35f3d21014edbfca29fd2abd99d05531916f49
-
- Mar 19, 2024
-
-
Usha Kokkula authored
abdt: https://android-build.corp.google.com/abtd/run/L92200030002455354/ Test: atest android.telephony.cts.SmsUsageMonitorShortCodeTest BUG: 323351172, 323469391 Change-Id: I4e97d1c829c5acf0701fc714e45662230357c3e9
-
Marcello Galhardo authored
Bug: 328275985 Test: ComplicationViewModelTransformerTest (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:472a4f234016895b2368355466cfe1e5ce16fcc9) Merged-In: If12ce8b219143e6642a988bc3f1611412d420e5a Change-Id: If12ce8b219143e6642a988bc3f1611412d420e5a
-
Lucas Henneman authored
This test group has been moved to another test configuration, v2/aaos-engprod/cts-cf-auto-md-stable_3, as part of the FrameworksMockingServicesTests module. Bug: 256932212 Test: git diff Change-Id: I77f633711b64004aa9af4955243c412c0c138cb7 Signed-off-by:
Lucas Henneman <henneman@google.com>
-
Treehugger Robot authored
-
Justin Ghan authored
Change-Id: I0f6aae4f40e181f0ebe3a6b9bbae85373a07a28f
-
Treehugger Robot authored
Merge "[Cherry-pick] Add android annotation dependency for @RequiresApi in generated code." into main
-
Yixiao Luo authored
* changes: MediaCas: Reinit the HIDL CAS service if killed MediaCas: Reinit the CAS service if killed
-
Gavin Corkery authored
-
Treehugger Robot authored
-
Suprabh Shukla authored
Adding more information to traces for better debuggability of any issues that arise while handling uid state changes. Test: Manually take a trace and check. Bug: 327303931 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f8833816c4b6e038f11e40fb5fcfd5602d262705) Merged-In: I416c5bf65a5a5570bb2ae6ea6272ba31f3dd14bb Change-Id: I416c5bf65a5a5570bb2ae6ea6272ba31f3dd14bb
-
Eric Biggers authored
* changes: Remove onDeviceOffBody() Document that setUserAuthenticationValidWhileOnBody() doesn't actually work
-
- Mar 18, 2024
-
-
Treehugger Robot authored
-
Eric Biggers authored
-
Wei Li authored
-
Eric Laurent authored
-
Treehugger Robot authored
-
- Mar 16, 2024
-
-
Muhammad Qureshi authored
Bug: 328120273 Flag: NA Test: m Merged-In: Ia845ccffa84a11eeb13680fc7b19642e7f7444ad Change-Id: Ia845ccffa84a11eeb13680fc7b19642e7f7444ad
-
- Mar 15, 2024
-
-
Treehugger Robot authored
-