Home
last modified time | relevance | path

Searched defs:sensorIds (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DBiometricDeferredQueue.java87 @NonNull Set<Integer> sensorIds; // IDs of sensors waiting for challenge field in BiometricDeferredQueue.FaceResetLockoutTask
94 @NonNull Set<Integer> sensorIds, in FaceResetLockoutTask()
248 final Set<Integer> sensorIds = new ArraySet<>(); in processPendingLockoutsForFace() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java1096 private void showDialog(int[] sensorIds, boolean credentialAllowed) { in showDialog()
1100 private void showDialog(int[] sensorIds, int userId, boolean credentialAllowed) { in showDialog()
1103 sensorIds, in showDialog() local
1221 boolean requireConfirmation, int userId, int[] sensorIds, in buildDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java885 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
1188 final int[] sensorIds = (int[]) args.arg3; in showDialog() local
1318 PromptInfo promptInfo, boolean requireConfirmation, int userId, int[] sensorIds, in buildDialog()
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java304 public void setAllowedSensorIds(@NonNull List<Integer> sensorIds) { in setAllowedSensorIds()
DBiometricPrompt.java531 public Builder setAllowedSensorIds(@NonNull List<Integer> sensorIds) { in setAllowedSensorIds()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DCommandQueueTest.java496 final int[] sensorIds = {1, 2}; in testShowAuthenticationDialog() local
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl197 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, int userId, in showAuthenticationDialog()
DIStatusBarService.aidl139 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java387 int[] sensorIds, boolean credentialAllowed, in showAuthenticationDialog()
1121 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1225 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()