Home
last modified time | relevance | path

Searched refs:getCachedLauncher (Results 1 – 3 of 3) 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()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutUser.java473 public String getCachedLauncher() { in getCachedLauncher() method
H A DShortcutService.java2841 String cachedLauncher = user.getCachedLauncher();