Home
last modified time | relevance | path

Searched refs:handleStopUser (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java562 mService.handleStopUser(userHandle); in onStopUser()
612 void handleStopUser(int userId) { in handleStopUser() method in ShortcutService
3782 ShortcutService.this.handleStopUser(mUserId); in handleUnloadUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java2093 mService.handleStopUser(USER_0); in testIsUserUnlocked()
DShortcutManagerTest1.java3244 mService.handleStopUser(USER_10); in testSaveAndLoadUser()
6109 mService.handleStopUser(USER_10); in testManifestShortcut_publishOnBroadcast()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java474 mService.handleStopUser(userHandle); in onStopUser()
3065 void handleStopUser(int userId) { in handleStopUser() method in DevicePolicyManagerService