Searched refs:getLockoutResetIntent (Results 1 – 5 of 5) sorted by relevance
93 protected String getLockoutResetIntent() { in getLockoutResetIntent() method in IrisService
117 if (getLockoutResetIntent().equals(intent.getAction())) { in onReceive()720 context.registerReceiver(mLockoutReceiver, new IntentFilter(getLockoutResetIntent()), in FingerprintService()816 protected String getLockoutResetIntent() { in getLockoutResetIntent() method in FingerprintService1001 new Intent(getLockoutResetIntent()).putExtra(KEY_LOCKOUT_RESET_USER, userId), in getLockoutResetIntentForUser()
159 protected abstract String getLockoutResetIntent(); in getLockoutResetIntent() method in BiometricServiceBase
1165 protected String getLockoutResetIntent() { in getLockoutResetIntent() method in FaceService
5272 HSPLcom/android/server/biometrics/fingerprint/FingerprintService;->getLockoutResetIntent()Ljava/lan…