Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.h49 int32_t onUserPasswordChanged(int32_t userId, const String16& password);
DIKeystoreService.cpp624 virtual int32_t onUserPasswordChanged(int32_t userId, const String16& password) in onUserPasswordChanged() function in android::BpKeystoreService
1453 int32_t ret = onUserPasswordChanged(userId, pass); in onTransact()
Dkey_store_service.cpp157 int32_t KeyStoreService::onUserPasswordChanged(int32_t userId, const String16& password) { in onUserPasswordChanged() function in android::KeyStoreService
/system/security/keystore/include/keystore/
DIKeystoreService.h169 virtual int32_t onUserPasswordChanged(int32_t userId, const String16& newPassword) = 0;