- Apr 22, 2024
-
-
Anna Bauza authored
Bug: 309426522 Test: manual (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9d5f70c8d3ca45447c3019bd934e338c05cef193) Merged-In: I8905841cc46ba62099f44dbecf01c06869677bf5 Change-Id: I8905841cc46ba62099f44dbecf01c06869677bf5
-
- Apr 19, 2024
-
-
Yan Yan authored
-
Treehugger Robot authored
-
Prabir Pradhan authored
-
Jernej Virag authored
-
Treehugger Robot authored
Merge "BiometricService: put the mthod of resetLockoutFor into handler when binder called and keep thread-safe in RingBuffer." into main
-
Lucas Henneman authored
-
Paul Duffin authored
-
Jernej Virag authored
This reverts commit b1b6f7f3. Reason for revert: b/335809645 Change-Id: I6b0aa4d1a3b9f87598a8ba13b073b4c10cc696c3
-
Santiago Seifert authored
-
Paul Duffin authored
Bug: 331251171 Test: m droid Merged-In: I04282c1c9c567a5be85c6fb058b2cfcb28aac373 Change-Id: I04282c1c9c567a5be85c6fb058b2cfcb28aac373
-
lijilou authored
binder called and keep thread-safe in RingBuffer. //the crash log as below: java.lang.ArrayIndexOutOfBoundsException: length=100; index=100 at com.android.server.biometrics.sensors.AuthSessionCoordinator$RingBuffer.addApiCall(AuthSessionCoordinator.java:245) at com.android.server.biometrics.sensors.AuthSessionCoordinator.resetLockoutFor(AuthSessionCoordinator.java:183) at com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient.resetLocalLockoutStateToNone(FaceResetLockoutClient.java:116) at com.android.server.biometrics.sensors.face.aidl.FaceResetLockoutClient.onLockoutCleared(FaceResetLockoutClient.java:91) at com.android.server.biometrics.sensors.face.aidl.Sensor$HalSessionCallback.lambda$onLockoutCleared$10(Sensor.java:393) at com.android.server.biometrics.sensors.face.aidl.Sensor$HalSessionCallback.$r8$lambda$JpLtzBLSCyFmEgRzIxR0Sio-mu0(Unknown Source:0) at com.android.server.biometrics.sensors.face.aidl.Sensor$HalSessionCallback$$ExternalSyntheticLambda11.run(Unknown Source:2) at android.os.Handler.handleCallback(Handler.java:958) at android.os.Handle...... Bug: 333986670 Change-Id: Iaf541d6323da517db592196904ab2d760cf34343
-
Treehugger Robot authored
-
- Apr 18, 2024
-
-
Treehugger Robot authored
-
Yan Yan authored
Bug: 288599290 Test: atest FrameworksVcnTests && atest CtsVcnTestCases Test: adb shell dumpsys vcn_management FLAG: NONE mainline API flag not accessible; using try catch block to gate the behaviors Change-Id: I6e868b7c51d32754be53944957c79ee2413a2d14
-
Arun Johnson authored
Bug: 331977352 Test: atest android.mediav2.cts.CodecUnitTest$TestApi#testQueueInputBuffersWithBadOffset Flag: codec_fwk.com.android.media.codec.flags.large_audio_frame Change-Id: Ic95bd99a88b83885c409881d1e4d3229f4a9ca0d
-
Lucas Henneman authored
The ticket has been fixed and the test is now passing. The test class has been passing in post-submit testing for a while. Bug: 293934372 Test: ABTD run of 25 of ScanningSettingsTest#testBleScanningSettings Change-Id: I619d6a27c24df7da966d1a797e88f0573ad8f292 Signed-off-by:
Lucas Henneman <henneman@google.com>
-
Yan Yan authored
-
Treehugger Robot authored
* changes: Avoid outer/inner class name clashes Emit extension fields
-
Treehugger Robot authored
-
Kean Mariotti authored
In some cases, protoc-gen-javastream could emit outer classes and inner classes with the same name, which is invalid java. This commit extends protoc-gen-javastream to append an "OuterClass" suffix, if the outer class name clashes with any message. This behavior is consistent with the standard protoc. Bug: 276433199 Test: presubmit Change-Id: I4e92d70c10c4d92d103b00f15b159acc08dffff2
-
Kean Mariotti authored
Extend protoc-gen-javastream to emit a message's extension fields (in addition to the current enums, nested types and regular fields). Bug: 276433199 Test: presubmit Change-Id: Ibf25ff58796abcd59aa242bdf4295ba3ff2baf67
-
Kean Mariotti authored
- Pass around container by reference instead of value (avoid unneeded deep-copies) - Use std::unordered_set instead of std::set (no need to be sorted) - Rename variable "messages_to_compile" to "messages_allowlist" to reduce confusion with other message lists in the code - Remove raw pointer Bug: 321668269 Test: presubmit Change-Id: I43eaf5c1db3d15b066a95f34373211aadf6417b4
-
Ellen Arteca authored
-
Inseob Kim authored
-
Pawan Wagh authored
-
- Apr 17, 2024
-
-
Prabir Pradhan authored
Bug: 330360505 Test: manual Change-Id: I773bb996c9f687734949c3aa5f051c77e0e14af1
-
Yan Yan authored
-
Wonsik Kim authored
-
Yan Yan authored
This patch integrates IkeSessionParams#getIkeOptions into the process of making IkeSessionParams a PersistableBundle. With this patch, the encoding process no longer depends on a static IKE_OPTIONS list. Thus if a new IKE Option is added in the IKE module, it will be taken care of without needing to update the IKE_OPTIONS list Bug: 185941731 Test: atest FrameworksVcnTests && atest CtsVcnTestCases Test: Manually removed options from IKE_OPTIONS and tests still passed Flag: NONE mainline API flag not accessible; using try catch block to gate the behavior Change-Id: I2c1a9ca1731362b1ab666e5b804911d8b0ca45e7
-
Yan Yan authored
IpSecTransformState is a new API that exposed from a mainline module. Ideally before SDK finalization, platform should check the API flag com.android.net.flags.ipsec_transform_state before calling the API. However the flag is defined in mainline module is not accessible from the platform. Thus previously a placeholder flag was used. This patch removes the usage of the placeholder flag. Instead the code will check the availability of the API with a try catch block Bug: 328844044 Test: atest FrameworksVcnTests && atest CtsVcnTestCases Flag: NONE mainline API flag not accessible; using try catch block to gate the behavior Change-Id: Ibbcb14817a6d714cdc99cf0894f1fc935a602a2c
-
Wonsik Kim authored
Bug: 326010604 Test: atest CtsMediaV2TestCases:CodecDecoderTest CtsMediaV2TestCases:CodecEncoderTest Change-Id: I24e9bd768349a68b1eb7717c2170b8b6cf18baa3
-
Yixiao Luo authored
-
Treehugger Robot authored
* changes: [CrashRecovery] Moving the files back Revert^3 "Update the BackgroundThread dependency" Revert^3 "Utils required for CrashRecovery module"
-
Automerger Merge Worker authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3045692 Change-Id: I0804e02e21071cfc9ea4167c7ba3e8aaff81ee70 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Inseob Kim authored
Bug: 335369205 Test: build Change-Id: I554a594a1b600ba0bb4f3370fef2c62d40fe60ce
-
Treehugger Robot authored
-
- Apr 16, 2024
-
-
Sumedh Sen authored
The duplicate <test> tag causes the tests to run more than once. Bug: 333971355 Test:atest PackageManagerPerfTests (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:94be3681407ff9e3d9c305d221bf23fad5edd84f) Merged-In: I1e3fa112edcac79cceaa64fee170a2633ee131b2 Change-Id: I1e3fa112edcac79cceaa64fee170a2633ee131b2
-
Ellen Arteca authored
We have replaced the current `string secret` argument to the lock/unlock of CE storage with a `byte[]`. This is part of an effort to remove instances of the LSKF and LSKF-derived secrets that are available in a RAMdump. This CL is the propagation of this argument change to the binder invocation in the StorageManagerService. Bug: 320392352 Test: see Icd4c925f2fd79e7533fdf9027e16f6736dbe1ab3 Change-Id: Ibef6da208302c6a0b47f33f947f8bf8ea55eaa35
-