Searched defs:sensorIds (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | BiometricDeferredQueue.java | 86 @NonNull Set<Integer> sensorIds; // IDs of sensors waiting for challenge field in BiometricDeferredQueue.FaceResetLockoutTask 93 @NonNull Set<Integer> sensorIds, in FaceResetLockoutTask() 245 final Set<Integer> sensorIds = new ArraySet<>(); in processPendingLockoutsForFace() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthControllerTest.java | 1016 private void showDialog(int[] sensorIds, boolean credentialAllowed) { in showDialog() 1019 sensorIds, in showDialog() local 1103 boolean requireConfirmation, int userId, int[] sensorIds, in buildDialog()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthController.java | 937 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog() 1207 final int[] sensorIds = (int[]) args.arg3; in showDialog() local 1320 PromptInfo promptInfo, boolean requireConfirmation, int userId, int[] sensorIds, in buildDialog()
|
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | PromptInfo.java | 212 public void setAllowedSensorIds(@NonNull List<Integer> sensorIds) { in setAllowedSensorIds()
|
H A D | BiometricPrompt.java | 394 public Builder setAllowedSensorIds(@NonNull List<Integer> sensorIds) { in setAllowedSensorIds()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | CommandQueueTest.java | 438 final int[] sensorIds = {1, 2}; in testShowAuthenticationDialog() local
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBar.aidl | 172 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, int userId, in showAuthenticationDialog()
|
H A D | IStatusBarService.aidl | 125 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | CommandQueue.java | 318 int[] sensorIds, boolean credentialAllowed, in showAuthenticationDialog() 983 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1015 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
|