Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A 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
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java630 private void showDialog(int[] sensorIds, boolean credentialAllowed) { in showDialog()
633 sensorIds, in showDialog() local
685 boolean requireConfirmation, int userId, int[] sensorIds, boolean credentialAllowed, in buildDialog()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java574 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
771 final int[] sensorIds = (int[]) args.arg3; in showDialog() local
869 int userId, int[] sensorIds, boolean credentialAllowed, String opPackageName, in buildDialog()
H A DAuthContainerView.java188 public AuthContainerView build(int[] sensorIds, boolean credentialAllowed, in build()
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java190 public void setAllowedSensorIds(@NonNull List<Integer> sensorIds) { in setAllowedSensorIds()
H A DBiometricPrompt.java366 public Builder setAllowedSensorIds(@NonNull List<Integer> sensorIds) { in setAllowedSensorIds()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java431 final int[] sensorIds = {1, 2}; in testShowAuthenticationDialog() local
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl151 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, int userId, in showAuthenticationDialog()
H A DIStatusBarService.aidl112 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java294 int[] sensorIds, boolean credentialAllowed, in showAuthenticationDialog()
860 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java788 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()