Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java107 private static final String ACTION_LOCKOUT_RESET = field in FingerprintService
185 if (ACTION_LOCKOUT_RESET.equals(intent.getAction())) {
255 mContext.registerReceiver(mLockoutReceiver, new IntentFilter(ACTION_LOCKOUT_RESET), in FingerprintService()
547 new Intent(ACTION_LOCKOUT_RESET).putExtra(KEY_LOCKOUT_RESET_USER, userId), in getLockoutResetIntentForUser()