Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
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()
DShortcutManagerTest1.java4172 ShortcutPackage sp = mService.getUserShortcutsLocked(USER_0).getPackageShortcutsIfExists( in testSaveCorruptAndLoadUser()
5428 mService.getUserShortcutsLocked(USER_0).getLastAppScanTime()); in testHandlePackageUpdate_systemAppUpdate()
5430 mService.getUserShortcutsLocked(USER_0).getLastAppScanOsFingerprint()); in testHandlePackageUpdate_systemAppUpdate()
5519 mService.getUserShortcutsLocked(USER_0).getLastAppScanTime()); in testHandlePackageUpdate_systemAppUpdate()
5521 mService.getUserShortcutsLocked(USER_0).getLastAppScanOsFingerprint()); in testHandlePackageUpdate_systemAppUpdate()
5798 final ShortcutUser userP0 = mService.getUserShortcutsLocked(USER_P0); in checkBackupAndRestore_success()
5803 final ShortcutUser user0 = mService.getUserShortcutsLocked(USER_0); in checkBackupAndRestore_success()
6353 final ShortcutUser userP0 = mService.getUserShortcutsLocked(USER_P0); in testBackupAndRestore_disabled()
6358 final ShortcutUser user0 = mService.getUserShortcutsLocked(USER_0); in testBackupAndRestore_disabled()
6836 mService.getUserShortcutsLocked(USER_0).getPackageShortcuts(CALLING_PACKAGE_1) in testSaveAndLoad_crossProfile()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java601 getUserShortcutsLocked(userId).setCachedLauncher(null); in handleOnDefaultLauncherChanged()
733 getUserShortcutsLocked(userId); in handleUnlockUser()
761 getUserShortcutsLocked(userId).cancelAllInFlightTasks(); in unloadUserLocked()
1121 getUserShortcutsLocked(userId).logSharingShortcutStats(mMetricsLogger); in saveUser()
1138 getUserShortcutsLocked(userId).saveToXml(out, forBackup); in saveUserInternalLocked()
1351 ShortcutUser getUserShortcutsLocked(@UserIdInt int userId) { in getUserShortcutsLocked() method in ShortcutService
1403 return getUserShortcutsLocked(userId).getPackageShortcuts(packageName); in getPackageShortcutsLocked()
1411 final ShortcutPackage ret = getUserShortcutsLocked(userId).getPackageShortcuts(packageName); in getPackageShortcutsForPublisherLocked()
1421 return getUserShortcutsLocked(ownerUserId) in getLauncherShortcutsLocked()
1452 final ShortcutUser user = getUserShortcutsLocked(userId); in cleanupDanglingBitmapDirectoriesLocked()
[all …]
/frameworks/base/services/
Dart-profile2649 HPLcom/android/server/pm/ShortcutService;->getUserShortcutsLocked(I)Lcom/android/server/pm/Shortcut…
Dart-wear-profile19685 PLcom/android/server/pm/ShortcutService;->getUserShortcutsLocked(I)Lcom/android/server/pm/ShortcutU…