Home
last modified time | relevance | path

Searched defs:onUserStopped (Results 1 – 5 of 5) sorted by relevance

/system/core/storaged/binder/android/os/
DIStoraged.aidl22 void onUserStopped(int userId); in onUserStopped() method
/system/core/storaged/
Dstoraged_service.cpp172 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped() function in StoragedService
/system/vold/
DVolumeManager.cpp401 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped() function in VolumeManager
DVoldNativeService.cpp199 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() function in android::vold::VoldNativeService
/system/vold/binder/android/os/
DIVold.aidl34 void onUserStopped(int userId); in onUserStopped() method