Home
last modified time | relevance | path

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

/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl39 int onUserPasswordChanged(int userId, String newPassword); in onUserPasswordChanged() method
/system/security/keystore/
Dkey_store_service.h70 ::android::binder::Status onUserPasswordChanged(int32_t userId,
Dkey_store_service.cpp367 Status KeyStoreService::onUserPasswordChanged(int32_t userId, const String16& password, in onUserPasswordChanged() function in keystore::KeyStoreService