Searched refs:isForegroundDefaultLauncher (Results 1 – 5 of 5) 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
950 shortcutInternal.isForegroundDefaultLauncher(callingPackage, callingUid); in ensureCanModifyQuietMode()
16261 Landroid/content/pm/ShortcutServiceInternal;->isForegroundDefaultLauncher(Ljava/lang/String;I)Z