Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java450 final int argNotUsed = 0; in removeUser() local
451 mHandler.obtainMessage(MSG_REMOVE_USER, userId, argNotUsed).sendToTarget(); in removeUser()
482 final int argNotUsed = 0; in reportSuccessfulStrongAuthUnlock() local
483 mHandler.obtainMessage(MSG_SCHEDULE_STRONG_AUTH_TIMEOUT, userId, argNotUsed).sendToTarget(); in reportSuccessfulStrongAuthUnlock()
501 final int argNotUsed = 0; in reportSuccessfulBiometricUnlock() local
503 mHandler.obtainMessage(MSG_STRONG_BIOMETRIC_UNLOCK, userId, argNotUsed) in reportSuccessfulBiometricUnlock()
506 mHandler.obtainMessage(MSG_SCHEDULE_NON_STRONG_BIOMETRIC_TIMEOUT, userId, argNotUsed) in reportSuccessfulBiometricUnlock()
516 final int argNotUsed = 0; in scheduleNonStrongBiometricIdleTimeout() local
517 mHandler.obtainMessage(MSG_SCHEDULE_NON_STRONG_BIOMETRIC_IDLE_TIMEOUT, userId, argNotUsed) in scheduleNonStrongBiometricIdleTimeout()