Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/maintenance/
DIKeystoreMaintenance.aidl52 void onUserRemoved(in int userId); in onUserRemoved() method
/system/security/keystore2/src/
Dmaintenance.rs279 fn onUserRemoved(&self, user_id: i32) -> BinderResult<()> { in onUserRemoved() method
/system/vold/
DVolumeManager.cpp437 int VolumeManager::onUserRemoved(userid_t userId) { in onUserRemoved() function in VolumeManager
DVoldNativeService.cpp197 binder::Status VoldNativeService::onUserRemoved(int32_t userId) { in onUserRemoved() function in android::vold::VoldNativeService
/system/vold/binder/android/os/
DIVold.aidl34 void onUserRemoved(int userId); in onUserRemoved() method