Searched defs:handleStopUser (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DBaseIDevicePolicyManager.java65 abstract void handleStopUser(int userId); method in class:BaseIDevicePolicyManager
H A DDevicePolicyManagerService.java608 mService.handleStopUser(userHandle);
3479 void handleStopUser(int userId) { method in class:DevicePolicyManagerService
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java581 mService.handleStopUser(userHandle);
631 void handleStopUser(int userId) { method in class:ShortcutService
633 Slog.d(TAG, "handleStopUser: user=" + userId);
4169 ShortcutService.this.handleStopUser(mUserId);

Completed in 40 milliseconds