Searched refs:onUserStopped (Results 1 – 8 of 8) sorted by relevance
22 void onUserStopped(int userId); in onUserStopped() method
42 binder::Status onUserStopped(int32_t userId);
114 int onUserStopped(userid_t userId);
44 binder::Status onUserStopped(int32_t userId);
208 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() function in android::vold::VoldNativeService212 return translate(VolumeManager::Instance()->onUserStopped(userId)); in onUserStopped()
446 onUserStopped(userId); in onUserRemoved()490 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped() function in VolumeManager
37 void onUserStopped(int userId); in onUserStopped() method
173 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped() function in android::StoragedService