Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest6.java36 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()
45 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()
56 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()
72 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_multiUser()
81 mService.getUserShortcutsLocked(USER_10).getCachedLauncher()); in testHasShortcutHostPermissionInner_multiUser()
DShortcutManagerTest1.java5203 mService.getUserShortcutsLocked(USER_0).getLastAppScanTime()); in testHandlePackageUpdate_systemAppUpdate()
5205 mService.getUserShortcutsLocked(USER_0).getLastAppScanOsFingerprint()); in testHandlePackageUpdate_systemAppUpdate()
5294 mService.getUserShortcutsLocked(USER_0).getLastAppScanTime()); in testHandlePackageUpdate_systemAppUpdate()
5296 mService.getUserShortcutsLocked(USER_0).getLastAppScanOsFingerprint()); in testHandlePackageUpdate_systemAppUpdate()
5573 final ShortcutUser userP0 = mService.getUserShortcutsLocked(USER_P0); in checkBackupAndRestore_success()
5578 final ShortcutUser user0 = mService.getUserShortcutsLocked(USER_0); in checkBackupAndRestore_success()
6136 final ShortcutUser userP0 = mService.getUserShortcutsLocked(USER_P0); in testBackupAndRestore_disabled()
6141 final ShortcutUser user0 = mService.getUserShortcutsLocked(USER_0); in testBackupAndRestore_disabled()
6865 mService.getUserShortcutsLocked(USER_0).getPackageShortcuts(CALLING_PACKAGE_1) in testSaveAndLoad_crossProfile()
6868 mService.getUserShortcutsLocked(USER_0).getPackageShortcuts(CALLING_PACKAGE_1) in testSaveAndLoad_crossProfile()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java568 getUserShortcutsLocked(userId).setCachedLauncher(null); in handleOnDefaultLauncherChanged()
708 getUserShortcutsLocked(userId); in handleUnlockUser()
1067 getUserShortcutsLocked(userId).logSharingShortcutStats(mMetricsLogger); in saveUserLocked()
1084 getUserShortcutsLocked(userId).saveToXml(out, forBackup); in saveUserInternalLocked()
1294 ShortcutUser getUserShortcutsLocked(@UserIdInt int userId) { in getUserShortcutsLocked() method in ShortcutService
1346 return getUserShortcutsLocked(userId).getPackageShortcuts(packageName); in getPackageShortcutsLocked()
1354 final ShortcutPackage ret = getUserShortcutsLocked(userId).getPackageShortcuts(packageName); in getPackageShortcutsForPublisherLocked()
1364 return getUserShortcutsLocked(ownerUserId) in getLauncherShortcutsLocked()
1398 final ShortcutUser user = getUserShortcutsLocked(userId); in cleanupDanglingBitmapDirectoriesLocked()
2693 final ShortcutUser user = getUserShortcutsLocked(userId); in getShareTargets()
[all …]
/frameworks/base/services/
Dart-profile32859 HPLcom/android/server/pm/ShortcutService;->getUserShortcutsLocked(I)Lcom/android/server/pm/Shortcut…