- Apr 27, 2023
-
-
Treehugger Robot authored
-
John Reck authored
Testing this to see if it helps weird issues seen on b/263382503. This has been suggested to be a culprit for other very similar issues in the past. Docs: https://source.android.com/docs/core/tests/tradefed/testing/through-suite/android-test-tuning Bug: 263382503 Test: presubmits Change-Id: If54c281a5620303f1e6284a52655003a1a01147d
-
Hui Wang authored
-
Julia Reynolds authored
-
Seth Moore authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Joanne Chung authored
Bug: 177641730 Test: n/a Change-Id: Iaea2b7d55094a0e71278bbd2a09b5d6ce9de2830
-
- Apr 26, 2023
-
-
Seth Moore authored
We were comparing callback types, but these are not guaranteed to be equivalent when a client calls into our service with the same object. Instead, call asBinder to get the underlying IBinder, which is guaranteed to be the same as long as the remote binder is the same object. Bug: 275653768 Test: RkpdAppUnitTests RkpdAppIntegrationTests RkpdAppHostTests Test: RemoteProvisioningServiceTests keystore2_test Change-Id: I0d9417234ffab1bb1e892bf4a93760175f3f29c5
-
Eran Messeri authored
If a key does not have the MGF_DIGEST tag in its key characteristics, do not include the MGF_DIGEST tag for it (even if the algorithm string specifies it). This fixes an issue with keys that were generated on Android 13, where the MGF_DIGEST tag was not propagated from the SPI layer. Such keys will not have the MGF_DIGEST tag and so it will not be added by the SPI layer even if the algorithm string specifies it. This maintains Android 13's (incorrect) behaviour of ignoring the MGF Digest specification, but is necessary to use those keys (otherwise KeyMint will error out on begin() due to an incompatible MGF digest specification). Bug: 278157584 Test: atest CtsKeystoreWycheproofTestCases:com.google.security.wycheproof.RsaOaepTest Change-Id: I0f1fa7983f9c771bec3196c6a617eb7044ac2e79
-
Eric Laurent authored
-
Colin Cross authored
* changes: Add VanillaIceCream to android.os.Build Add VanillaIceCream to aapt2 codenames
-
- Apr 25, 2023
-
-
Mark Fasheh authored
-
Jack Yu authored
Telephony registry is running in the system process. When receiving the binder call from phone, after checking the permission, it should perform actions in system's identity. Bug: 271892778 Test: Boot up Test: Basic phone functionality tests Test: atest TelephonyRegistryTest Change-Id: I761b9a73f7654eea14d08f7d2602978d32aedffc Merged-In: I761b9a73f7654eea14d08f7d2602978d32aedffc
-
Mark Fasheh authored
This doesn't do anything, but is required for upcoming ConnectivityService patches. Bug: 277100090 Test: Build, smoke test by loading on Pixel 6 Change-Id: Ib48a39f0054edc7456d005a6f90a5da3fba8faab Merged-in: I27ae40f345532836bdcb0e0dc3d7d7315c110d29
-
Treehugger Robot authored
-
Christian Göllner authored
Change-Id: Iddc33b0ec9a8bd464b131e16bc64dcc774cb5d87 Test: N/A Bug: N/A
-
- Apr 24, 2023
-
-
Colin Cross authored
Bug: 279492191 Test: m checkbuild Change-Id: I1b0a9d667cd481e91cfe473747a9ad38f77b4455 Merged-In: I1b0a9d667cd481e91cfe473747a9ad38f77b4455
-
Colin Cross authored
Bug: 279492191 Test: m checkbuild Change-Id: Ia8bd807ab25260ff6716e2aea36e4d3e8567eb22 Merged-In: Ia8bd807ab25260ff6716e2aea36e4d3e8567eb22
-
Jihoon Kang authored
-
Matt Gilbride authored
-
Elliott Hughes authored
-
mattgilbride authored
Bug: 278147400 Test: TH Change-Id: I8292fc4bb8f3790b59436f5009b02c64e8244698
-
Treehugger Robot authored
-
Robin Lee authored
-
- Apr 21, 2023
-
-
Mateus Azis authored
-
Treehugger Robot authored
-
Steven Terrell authored
This fixes a bug where if the EditText view has or had focus and then is removed from the layout and re-added the cursor does not resume blinking. There was a change several months ago that prevented the cursor from blinking when the window is no longer visible. That change added a check in shouldBlink to verify that the window is visible. This created a situation where the window might not be visible when makeBlink is called from onFocusChanged and as a result mBlink is never instantiated. This resulted in the cursor not blinking after an app starts. The fix was to call makeBlink again when onAttachToWindow is called. The Window is visible at this point and the cursor blinks as expected. The reason the code change below is needed is in the case where a view is removed and added back after the mBlink object has been instantiated. A call to unCancel is needed to ensure that the cursor resumes blinking as expected. This was identified in this change aosp/2540031. The change also guards against the window not visible case as outlined above. Bug: 278907680 Test: Added following CTS test: testCursorResumeBlinking_AfterFocusedView_DynamicallyRemovedAdded testCursorBlinking_ViewDynamically_RemovedAdded_NeverHadFocus testCursorSuspendBlinking_ViewDynamicallyRemoved testCursorNotBlinking_ViewDynamicallyAdded_NoFocus testCursorBlinking_ViewDynamicallyAdded_WithFocus Change-Id: I07afc7ef1a707549240479015a00a66db814afb7
-
Vova Sharaienko authored
-
Vova Sharaienko authored
- to be used as a static lib by mainline modules Bug: 271127104 Test: m Change-Id: I80b03fb6dbcff95dd7fc0d5c4af6e868629cce64 Merged-In: I80b03fb6dbcff95dd7fc0d5c4af6e868629cce64
-
Treehugger Robot authored
* changes: Tweak remote_provisioning command line interface Add command line interface for remote_provisioning
-
Robin Lee authored
See ag/22707221 Change-Id: I80b84596c14dd8ea66baba71a0e94d2c1abf02f8
-
Treehugger Robot authored
-
- Apr 20, 2023
-
-
Mateus Azis authored
- Make fields that are only assigned once private. - Fix typos. - Remove unnecessary boxed types. - Remove unused default value variable assignemnts. - Merge repetitive exception handling. Test: m dist -j && acloud create --local-instance --local-image Change-Id: Idc2aa16798d6cf4fe9df0a13f37e002667a1de41
-
Biswarup Pal authored
-
Julien Desprez authored
-
Biswarup Pal authored
Test: N/A Change-Id: Id95f242ba2be042c592fc11b5a11e16853565a49
-
Treehugger Robot authored
-
Julien Desprez authored
Change-Id: I5724508e98283f42ca6cc3b18ecd0e02ff785c4f Merged-In: Iccada6fdc4abac360533389c68c44af7c2c90b27 Test: presubmit Bug: 269138674
-
Andrew Scull authored
Only print an IRPC's minimum number of keys on versions of the HAL where it will be meaningful and initialized. Also indicate which options could not be understood. Test: atest RemoteProvisioningShellCommandTest Bug: 265747549 Change-Id: I0dbcd6af5a5de20783b6d57874fb67801a39240d
-