Searched refs:isForegroundDefaultLauncher (Results 1 – 5 of 5) sorted by relevance
85 public abstract boolean isForegroundDefaultLauncher(@NonNull String callingPackage, in isForegroundDefaultLauncher() method in ShortcutServiceInternal
7995 assertTrue(mInternal.isForegroundDefaultLauncher("default", uid)); in testIsForegroundDefaultLauncher_true()8006 assertFalse(mInternal.isForegroundDefaultLauncher("default", uid)); in testIsForegroundDefaultLauncher_defaultButNotForeground()8016 assertFalse(mInternal.isForegroundDefaultLauncher("another", uid)); in testIsForegroundDefaultLauncher_foregroundButNotDefault()
2795 public boolean isForegroundDefaultLauncher(@NonNull String callingPackage, int callingUid) { in isForegroundDefaultLauncher() method in ShortcutService.LocalService
887 shortcutInternal.isForegroundDefaultLauncher(callingPackage, callingUid); in ensureCanModifyQuietMode()
18882 HSPLandroid/content/pm/ShortcutServiceInternal;->isForegroundDefaultLauncher(Ljava/lang/String;I)Z