Searched refs:onUserPasswordChanged (Results 1 – 6 of 6) sorted by relevance
149 assertTrue(mKeyStore.onUserPasswordChanged(TEST_PASSWD)); in testPassword()155 mKeyStore.onUserPasswordChanged(TEST_PASSWD); in testGet()167 mKeyStore.onUserPasswordChanged(TEST_PASSWD); in testPut()178 mKeyStore.onUserPasswordChanged(TEST_PASSWD); in testPut_grantedUid_Wifi()189 mKeyStore.onUserPasswordChanged(TEST_PASSWD); in testPut_ungrantedUid_Bluetooth()199 mKeyStore.onUserPasswordChanged(TEST_I18N_KEY); in testI18n()207 mKeyStore.onUserPasswordChanged(TEST_PASSWD); in testDelete()219 mKeyStore.onUserPasswordChanged(TEST_PASSWD); in testDelete_grantedUid_Wifi()231 mKeyStore.onUserPasswordChanged(TEST_PASSWD); in testDelete_ungrantedUid_Bluetooth()244 assertTrue(mKeyStore.onUserPasswordChanged(TEST_PASSWD)); in testContains()[all …]
573 public boolean onUserPasswordChanged(int userId, String newPassword) { in onUserPasswordChanged() method in KeyStore580 return mBinder.onUserPasswordChanged(userId, newPassword) == NO_ERROR; in onUserPasswordChanged()625 public boolean onUserPasswordChanged(String newPassword) { in onUserPasswordChanged() method in KeyStore626 return onUserPasswordChanged(UserHandle.getUserId(Process.myUid()), newPassword); in onUserPasswordChanged()
41 int onUserPasswordChanged(int userId, String newPassword); in onUserPasswordChanged() method
85 assertTrue(mAndroidKeyStore.onUserPasswordChanged("1111")); in setupPassword()320 assertTrue(mAndroidKeyStore.onUserPasswordChanged("1111")); in testKeyPairGenerator_GenerateKeyPair_Replaced_UnencryptedToEncrypted_Success()
737 assertTrue(mAndroidKeyStore.onUserPasswordChanged("1111")); in setupPassword()2071 assertTrue(mAndroidKeyStore.onUserPasswordChanged("1111")); in testKeyStore_SetKeyEntry_ReplacedChain_UnencryptedToEncrypted_Failure()
871 ks.onUserPasswordChanged(userHandle, password); in setKeystorePassword()