Home
last modified time | relevance | path

Searched refs:getUserShortcutsLocked (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest6.java39 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()
48 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()
59 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()
75 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_multiUser()
84 mService.getUserShortcutsLocked(USER_10).getCachedLauncher()); in testHasShortcutHostPermissionInner_multiUser()
H A DShortcutManagerTest1.java5371 mService.getUserShortcutsLocked(USER_0).getLastAppScanTime()); in testHandlePackageUpdate_systemAppUpdate()
5373 mService.getUserShortcutsLocked(USER_0).getLastAppScanOsFingerprint()); in testHandlePackageUpdate_systemAppUpdate()
5462 mService.getUserShortcutsLocked(USER_0).getLastAppScanTime()); in testHandlePackageUpdate_systemAppUpdate()
5464 mService.getUserShortcutsLocked(USER_0).getLastAppScanOsFingerprint()); in testHandlePackageUpdate_systemAppUpdate()
5741 final ShortcutUser userP0 = mService.getUserShortcutsLocked(USER_P0); in checkBackupAndRestore_success()
5746 final ShortcutUser user0 = mService.getUserShortcutsLocked(USER_0); in checkBackupAndRestore_success()
6304 final ShortcutUser userP0 = mService.getUserShortcutsLocked(USER_P0); in testBackupAndRestore_disabled()
6309 final ShortcutUser user0 = mService.getUserShortcutsLocked(USER_0); in testBackupAndRestore_disabled()
7033 mService.getUserShortcutsLocked(USER_0).getPackageShortcuts(CALLING_PACKAGE_1) in testSaveAndLoad_crossProfile()
7036 mService.getUserShortcutsLocked(USER_0).getPackageShortcuts(CALLING_PACKAGE_1) in testSaveAndLoad_crossProfile()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java591 getUserShortcutsLocked(userId).setCachedLauncher(null); in handleOnDefaultLauncherChanged()
723 getUserShortcutsLocked(userId); in handleUnlockUser()
751 getUserShortcutsLocked(userId).cancelAllInFlightTasks(); in unloadUserLocked()
1128 getUserShortcutsLocked(userId).saveToXml(out, forBackup); in saveUserInternalLocked()
1341 ShortcutUser getUserShortcutsLocked(@UserIdInt int userId) { in getUserShortcutsLocked() method in ShortcutService
1411 return getUserShortcutsLocked(ownerUserId) in getLauncherShortcutsLocked()
1442 final ShortcutUser user = getUserShortcutsLocked(userId); in cleanupDanglingBitmapDirectoriesLocked()
2582 final ShortcutUser user = getUserShortcutsLocked(userId);
2741 getUserShortcutsLocked(userId).resetThrottling();
3145 final ShortcutPackage p = getUserShortcutsLocked(userId)
[all …]
/aosp14/frameworks/base/services/
H A Dart-profile6978 HPLcom/android/server/pm/ShortcutService;->getUserShortcutsLocked(I)Lcom/android/server/pm/Shortcut…