Home
last modified time | relevance | path

Searched refs:KEY_LOCKOUT_RESET_USER (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java103 private static final String KEY_LOCKOUT_RESET_USER = "lockout_reset_user"; field in FingerprintService
118 final int user = intent.getIntExtra(KEY_LOCKOUT_RESET_USER, 0); in onReceive()
999 new Intent(getLockoutResetIntent()).putExtra(KEY_LOCKOUT_RESET_USER, userId), in getLockoutResetIntentForUser()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java77 private static final String KEY_LOCKOUT_RESET_USER = "lockout_reset_user"; field in BiometricServiceBase