Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DBiometricDeferredQueue.java84 @NonNull Set<Integer> sensorIds; // IDs of sensors waiting for challenge field in BiometricDeferredQueue.FaceResetLockoutTask
91 @NonNull Set<Integer> sensorIds, in FaceResetLockoutTask()
230 final Set<Integer> sensorIds = new ArraySet<>(); in processPendingLockoutsForFace() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java906 private void showDialog(int[] sensorIds, boolean credentialAllowed) { in showDialog()
909 sensorIds, in showDialog() local
975 boolean requireConfirmation, int userId, int[] sensorIds, in buildDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java884 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
1110 final int[] sensorIds = (int[]) args.arg3; in showDialog() local
1218 PromptInfo promptInfo, boolean requireConfirmation, int userId, int[] sensorIds, in buildDialog()
DAuthContainerView.java226 public AuthContainerView build(@Background DelayableExecutor bgExecutor, int[] sensorIds, in build()
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java197 public void setAllowedSensorIds(@NonNull List<Integer> sensorIds) { in setAllowedSensorIds()
DBiometricPrompt.java367 public Builder setAllowedSensorIds(@NonNull List<Integer> sensorIds) { in setAllowedSensorIds()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java437 final int[] sensorIds = {1, 2}; in testShowAuthenticationDialog() local
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl158 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, int userId, in showAuthenticationDialog()
DIStatusBarService.aidl123 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java316 int[] sensorIds, boolean credentialAllowed, in showAuthenticationDialog()
949 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java901 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()