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

/system/security/keystore/include/keystore/
H A DIKeystoreService.h156 virtual int32_t onUserPasswordChanged(int32_t userId, const String16& newPassword) = 0;
/system/security/keystore/
H A DIKeystoreService.cpp561 virtual int32_t onUserPasswordChanged(int32_t userId, const String16& password) function in class:android::BpKeystoreService
570 ALOGD("onUserPasswordChanged() could not contact remote: %d\n", status);
576 ALOGD("onUserPasswordChanged() caught exception %d\n", err);
1357 int32_t ret = onUserPasswordChanged(userId, pass);
H A Dkeystore.cpp1808 int32_t onUserPasswordChanged(int32_t userId, const String16& password) { function in class:android::KeyStoreProxy

Completed in 75 milliseconds