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

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java562 mService.handleStopUser(userHandle);
612 void handleStopUser(int userId) { method in class:ShortcutService
614 Slog.d(TAG, "handleStopUser: user=" + userId);
3782 ShortcutService.this.handleStopUser(mUserId);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java474 mService.handleStopUser(userHandle);
3065 void handleStopUser(int userId) { method in class:DevicePolicyManagerService

Completed in 84 milliseconds