Searched refs:isForegroundDefaultLauncher (Results 1 – 4 of 4) sorted by relevance
85 public abstract boolean isForegroundDefaultLauncher(@NonNull String callingPackage, in isForegroundDefaultLauncher() method in ShortcutServiceInternal
8026 assertTrue(mInternal.isForegroundDefaultLauncher("default", uid)); in testIsForegroundDefaultLauncher_true()8037 assertFalse(mInternal.isForegroundDefaultLauncher("default", uid)); in testIsForegroundDefaultLauncher_defaultButNotForeground()8047 assertFalse(mInternal.isForegroundDefaultLauncher("another", uid)); in testIsForegroundDefaultLauncher_foregroundButNotDefault()
2859 public boolean isForegroundDefaultLauncher(@NonNull String callingPackage, int callingUid) { in isForegroundDefaultLauncher() method in ShortcutService.LocalService
905 shortcutInternal.isForegroundDefaultLauncher(callingPackage, callingUid); in ensureCanModifyQuietMode()