Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DBaseIDevicePolicyManager.java55 abstract void handleStopUser(int userId); in handleStopUser() method in BaseIDevicePolicyManager
DDevicePolicyManagerService.java675 mService.handleStopUser(userHandle); in onStopUser()
3676 void handleStopUser(int userId) { in handleStopUser() method
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java587 mService.handleStopUser(userHandle); in onStopUser()
637 void handleStopUser(int userId) { in handleStopUser() method in ShortcutService
4231 ShortcutService.this.handleStopUser(mUserId); in handleUnloadUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java2156 mService.handleStopUser(USER_0); in testIsUserUnlocked()
DShortcutManagerTest1.java3384 mService.handleStopUser(USER_10); in testSaveAndLoadUser()
6679 mService.handleStopUser(USER_10); in testManifestShortcut_publishOnBroadcast()