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);
92 int onUserStopped(userid_t userId);
43 binder::Status onUserStopped(int32_t userId);
199 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() function in android::vold::VoldNativeService203 return translate(VolumeManager::Instance()->onUserStopped(userId)); in onUserStopped()
401 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped() function in VolumeManager
34 void onUserStopped(int userId); in onUserStopped() method
172 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped() function in StoragedService