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.java454 final int argNotUsed = 0; in removeUser() local
455 mHandler.obtainMessage(MSG_REMOVE_USER, userId, argNotUsed).sendToTarget(); in removeUser()
486 final int argNotUsed = 0; in reportSuccessfulStrongAuthUnlock() local
487 mHandler.obtainMessage(MSG_SCHEDULE_STRONG_AUTH_TIMEOUT, userId, argNotUsed).sendToTarget(); in reportSuccessfulStrongAuthUnlock()
505 final int argNotUsed = 0; in reportSuccessfulBiometricUnlock() local
507 mHandler.obtainMessage(MSG_STRONG_BIOMETRIC_UNLOCK, userId, argNotUsed) in reportSuccessfulBiometricUnlock()
510 mHandler.obtainMessage(MSG_SCHEDULE_NON_STRONG_BIOMETRIC_TIMEOUT, userId, argNotUsed) in reportSuccessfulBiometricUnlock()
520 final int argNotUsed = 0; in scheduleNonStrongBiometricIdleTimeout() local
521 mHandler.obtainMessage(MSG_SCHEDULE_NON_STRONG_BIOMETRIC_IDLE_TIMEOUT, userId, argNotUsed) in scheduleNonStrongBiometricIdleTimeout()