Searched refs:getUserShortcutsLocked (Results 1 – 5 of 5) sorted by relevance
52 mService.getUserShortcutsLocked(USER_0).getLastKnownLauncher()); in testHasShortcutHostPermissionInner_systemLauncherOnly()54 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_systemLauncherOnly()61 mService.getUserShortcutsLocked(USER_0).getLastKnownLauncher()); in testHasShortcutHostPermissionInner_systemLauncherOnly()63 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_systemLauncherOnly()82 mService.getUserShortcutsLocked(USER_0).getLastKnownLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher()84 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher()103 mService.getUserShortcutsLocked(USER_0).getLastKnownLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()105 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()125 mService.getUserShortcutsLocked(USER_0).getLastKnownLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()127 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testHasShortcutHostPermissionInner_with3pLauncher_complicated()[all …]
249 assertEquals(null, mService.getUserShortcutsLocked(USER_10).getLastKnownLauncher()); in testLauncherCommands()250 assertEquals(null, mService.getUserShortcutsLocked(USER_10).getCachedLauncher()); in testLauncherCommands()254 mService.getUserShortcutsLocked(USER_0).getCachedLauncher()); in testLauncherCommands()
4590 mService.getUserShortcutsLocked(USER_0).getLastAppScanTime()); in testHandlePackageUpdate_systemAppUpdate()4592 mService.getUserShortcutsLocked(USER_0).getLastAppScanOsFingerprint()); in testHandlePackageUpdate_systemAppUpdate()4681 mService.getUserShortcutsLocked(USER_0).getLastAppScanTime()); in testHandlePackageUpdate_systemAppUpdate()4683 mService.getUserShortcutsLocked(USER_0).getLastAppScanOsFingerprint()); in testHandlePackageUpdate_systemAppUpdate()4960 final ShortcutUser userP0 = mService.getUserShortcutsLocked(USER_P0); in checkBackupAndRestore_success()4965 final ShortcutUser user0 = mService.getUserShortcutsLocked(USER_0); in checkBackupAndRestore_success()5523 final ShortcutUser userP0 = mService.getUserShortcutsLocked(USER_P0); in testBackupAndRestore_disabled()5528 final ShortcutUser user0 = mService.getUserShortcutsLocked(USER_0); in testBackupAndRestore_disabled()6252 mService.getUserShortcutsLocked(USER_0).getPackageShortcuts(CALLING_PACKAGE_1) in testSaveAndLoad_crossProfile()6255 mService.getUserShortcutsLocked(USER_0).getPackageShortcuts(CALLING_PACKAGE_1) in testSaveAndLoad_crossProfile()[all …]
631 getUserShortcutsLocked(userId); in handleUnlockUser()989 getUserShortcutsLocked(userId).logSharingShortcutStats(mMetricsLogger); in saveUserLocked()1003 getUserShortcutsLocked(userId).saveToXml(out, forBackup); in saveUserInternalLocked()1206 ShortcutUser getUserShortcutsLocked(@UserIdInt int userId) { in getUserShortcutsLocked() method in ShortcutService1252 return getUserShortcutsLocked(userId).getPackageShortcuts(packageName); in getPackageShortcutsLocked()1260 final ShortcutPackage ret = getUserShortcutsLocked(userId).getPackageShortcuts(packageName); in getPackageShortcutsForPublisherLocked()1270 return getUserShortcutsLocked(ownerUserId) in getLauncherShortcutsLocked()1304 final ShortcutUser user = getUserShortcutsLocked(userId); in cleanupDanglingBitmapDirectoriesLocked()2171 final ShortcutUser user = getUserShortcutsLocked(userId); in getShareTargets()2307 getUserShortcutsLocked(userId).resetThrottling(); in resetThrottlingInner()[all …]
11599 HSPLcom/android/server/pm/ShortcutService;->getUserShortcutsLocked(I)Lcom/android/server/pm/Shortcu…