Searched refs:handleCleanupUser (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java536 mService.handleCleanupUser(userHandle);
586 void handleCleanupUser(int userId) { method in class:ShortcutService
588 Slog.d(TAG, "handleCleanupUser: user=" + userId);
3569 ShortcutService.this.handleCleanupUser(mUserId);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java2036 mService.handleCleanupUser(USER_0);
H A DShortcutManagerTest1.java3194 mService.handleCleanupUser(USER_10);
6047 mService.handleCleanupUser(USER_10);

Completed in 94 milliseconds