Searched refs:onUserStopped (Results 1 – 8 of 8) sorted by relevance
22 void onUserStopped(int userId); in onUserStopped() method
41 binder::Status onUserStopped(int32_t userId);
112 int onUserStopped(userid_t userId);
44 binder::Status onUserStopped(int32_t userId);
211 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() function in android::vold::VoldNativeService215 return translate(VolumeManager::Instance()->onUserStopped(userId)); in onUserStopped()
440 onUserStopped(userId); in onUserRemoved()458 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped() function in VolumeManager
36 void onUserStopped(int userId); in onUserStopped() method
172 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped() function in StoragedService