Searched refs:onUserRemoved (Results 1 - 6 of 6) sorted by relevance

/system/vold/
H A DVolumeManager.h128 int onUserRemoved(userid_t userId);
H A DCommandListener.cpp193 return sendGenericOkFail(cli, vm->onUserRemoved(atoi(argv[2])));
H A DVolumeManager.cpp442 int VolumeManager::onUserRemoved(userid_t userId) { function in class:VolumeManager
/system/security/keystore/include/keystore/
H A DIKeystoreService.h232 virtual int32_t onUserRemoved(int32_t userId) = 0;
/system/security/keystore/
H A DIKeystoreService.cpp1241 virtual int32_t onUserRemoved(int32_t userId) function in class:android::BpKeystoreService
1248 ALOGD("onUserRemoved() could not contact remote: %d\n", status);
1254 ALOGD("onUserRemoved() caught exception %d\n", err);
1743 int32_t result = onUserRemoved(userId);
H A Dkeystore.cpp1865 int32_t onUserRemoved(int32_t userId) { function in class:android::KeyStoreProxy

Completed in 86 milliseconds