Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DBaseIDevicePolicyManager.java72 abstract void handleStopUser(int userId); in handleStopUser() method in BaseIDevicePolicyManager
DDevicePolicyManagerService.java820 mService.handleStopUser(user.getUserIdentifier()); in onUserStopping()
3302 void handleStopUser(int userId) {
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java664 mService.handleStopUser(user.getUserIdentifier()); in onUserStopping()
714 void handleStopUser(int userId) { in handleStopUser() method in ShortcutService
5128 ShortcutService.this.handleStopUser(mUserId);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java2358 mService.handleStopUser(USER_0); in testIsUserUnlocked()
DShortcutManagerTest1.java3997 mService.handleStopUser(USER_10); in testSaveAndLoadUser()
7307 mService.handleStopUser(USER_10); in testManifestShortcut_publishOnBroadcast()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java4066 dpms.handleStopUser(managedProfileUserId); in testUpdateNetworkPreferenceOnStopUser()
/frameworks/base/services/
Dart-profile16851 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->handleStopUser(I)V
32868 PLcom/android/server/pm/ShortcutService;->handleStopUser(I)V