Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java678 mService.handleStopUser(user.getUserIdentifier()); in onUserStopping()
730 void handleStopUser(int userId) { in handleStopUser() method in ShortcutService
5109 ShortcutService.this.handleStopUser(mUserId);
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyEngine.java1156 void handleStopUser(int userId) { in handleStopUser() method
H A DDevicePolicyManagerService.java1112 mService.handleStopUser(user.getUserIdentifier()); in onUserStopping()
3651 void handleStopUser(int userId) {
3655 mDevicePolicyEngine.handleStopUser(userId);
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java4002 mService.handleStopUser(USER_10); in testSaveAndLoadUser()
4165 mService.handleStopUser(USER_10); in testSaveCorruptAndLoadUser()
7483 mService.handleStopUser(USER_10); in testManifestShortcut_publishOnBroadcast()
H A DShortcutManagerTest2.java2407 mService.handleStopUser(USER_0); in testIsUserUnlocked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java4106 dpms.handleStopUser(managedProfileUserId); in testUpdateNetworkPreferenceOnStopUser()