Searched refs:startRemoteLockscreenValidation (Results 1 – 7 of 7) sorted by relevance
1326 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in startRemoteLockscreenValidation_credentialsNotSet()1338 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in startRemoteLockscreenValidation_checksPermission()1351 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in startRemoteLockscreenValidation_returnsCredentailsType()1364 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in startRemoteLockscreenValidation_returnsRemainingAttempts()1376 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in startRemoteLockscreenValidation_password()1399 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in validateRemoteLockscreen_decryptionError()1415 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in validateRemoteLockscreen_zeroRemainingAttempts()1430 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in validateRemoteLockscreen_guessValid()1464 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in validateRemoteLockscreen_guessInvalid()1478 mRecoverableKeyStoreManager.startRemoteLockscreenValidation(mLockSettingsService); in encryptCredentialsForNewSession()
100 RemoteLockscreenValidationSession startRemoteLockscreenValidation(); in startRemoteLockscreenValidation() method
2102 public RemoteLockscreenValidationSession startRemoteLockscreenValidation() { in startRemoteLockscreenValidation() method in LockPatternUtils2104 return getLockSettings().startRemoteLockscreenValidation(); in startRemoteLockscreenValidation()
1303 public RemoteLockscreenValidationSession startRemoteLockscreenValidation() { in startRemoteLockscreenValidation() method in KeyguardManager1304 return mLockPatternUtils.startRemoteLockscreenValidation(); in startRemoteLockscreenValidation()
1011 public RemoteLockscreenValidationSession startRemoteLockscreenValidation( in startRemoteLockscreenValidation() method in RecoverableKeyStoreManager
2833 public RemoteLockscreenValidationSession startRemoteLockscreenValidation() { in startRemoteLockscreenValidation() method in LockSettingsService2834 return mRecoverableKeyStoreManager.startRemoteLockscreenValidation(this); in startRemoteLockscreenValidation()
1036 …LOCKSCREEN) public android.app.RemoteLockscreenValidationSession startRemoteLockscreenValidation();