Searched defs:onUserPasswordChanged (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A DIKeystoreService.cpp624 virtual int32_t onUserPasswordChanged(int32_t userId, const String16& password) function in class:android::BpKeystoreService
633 ALOGD("onUserPasswordChanged() could not contact remote: %d\n", status);
639 ALOGD("onUserPasswordChanged() caught exception %d\n", err);
1453 int32_t ret = onUserPasswordChanged(userId, pass);
H A Dkey_store_service.cpp157 int32_t KeyStoreService::onUserPasswordChanged(int32_t userId, const String16& password) { function in class:android::KeyStoreService

Completed in 74 milliseconds