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

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java570 mService.handleStopUser(userHandle);
620 void handleStopUser(int userId) { method in class:ShortcutService
622 Slog.d(TAG, "handleStopUser: user=" + userId);
3857 ShortcutService.this.handleStopUser(mUserId);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java479 mService.handleStopUser(userHandle);
3059 void handleStopUser(int userId) { method in class:DevicePolicyManagerService

Completed in 147 milliseconds