Searched refs:KEY_LOCKOUT_RESET_USER (Results 1 – 2 of 2) sorted by relevance
103 private static final String KEY_LOCKOUT_RESET_USER = "lockout_reset_user"; field in FingerprintService118 final int user = intent.getIntExtra(KEY_LOCKOUT_RESET_USER, 0); in onReceive()999 new Intent(getLockoutResetIntent()).putExtra(KEY_LOCKOUT_RESET_USER, userId), in getLockoutResetIntentForUser()
77 private static final String KEY_LOCKOUT_RESET_USER = "lockout_reset_user"; field in BiometricServiceBase