Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DBaseIDevicePolicyManager.java65 abstract void handleStopUser(int userId); in handleStopUser() method in BaseIDevicePolicyManager
DDevicePolicyManagerService.java608 mService.handleStopUser(userHandle); in onStopUser()
3479 void handleStopUser(int userId) { in handleStopUser() method in DevicePolicyManagerService
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java581 mService.handleStopUser(userHandle); in onStopUser()
631 void handleStopUser(int userId) { in handleStopUser() method in ShortcutService
4169 ShortcutService.this.handleStopUser(mUserId); in handleUnloadUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java2095 mService.handleStopUser(USER_0); in testIsUserUnlocked()
DShortcutManagerTest1.java3373 mService.handleStopUser(USER_10); in testSaveAndLoadUser()
6648 mService.handleStopUser(USER_10); in testManifestShortcut_publishOnBroadcast()
/frameworks/base/services/
Dart-profile804 HSPLcom/android/server/devicepolicy/BaseIDevicePolicyManager;->handleStopUser(I)V