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

/system/vold/binder/android/os/
H A DIVold.aidl31 void onUserRemoved(int userId);
/system/vold/
H A DVolumeManager.h93 int onUserRemoved(userid_t userId);
H A DVoldNativeService.h41 binder::Status onUserRemoved(int32_t userId);
H A DVoldNativeService.cpp257 binder::Status VoldNativeService::onUserRemoved(int32_t userId) { function in class:android::vold::VoldNativeService
261 return translate(VolumeManager::Instance()->onUserRemoved(userId));
H A DVolumeManager.cpp370 int VolumeManager::onUserRemoved(userid_t userId) { function in class:VolumeManager
/system/security/keystore/binder/android/security/
H A DIKeystoreService.aidl76 int onUserRemoved(int userId);
/system/security/keystore/
H A Dkey_store_service.h152 ::android::binder::Status onUserRemoved(int32_t userId, int32_t* _aidl_return) override;
H A Dkey_store_service.cpp349 Status KeyStoreService::onUserRemoved(int32_t userId, int32_t* aidl_return) { function in class:KeyStoreService

Completed in 3855 milliseconds