Searched refs:isForegroundDefaultLauncher (Results 1 – 5 of 5) sorted by relevance
127 public abstract boolean isForegroundDefaultLauncher(@NonNull String callingPackage, in isForegroundDefaultLauncher() method in ShortcutServiceInternal
8829 assertTrue(mInternal.isForegroundDefaultLauncher("default", uid)); in testIsForegroundDefaultLauncher_true()8839 assertFalse(mInternal.isForegroundDefaultLauncher("default", uid)); in testIsForegroundDefaultLauncher_defaultButNotForeground()8848 assertFalse(mInternal.isForegroundDefaultLauncher("another", uid)); in testIsForegroundDefaultLauncher_foregroundButNotDefault()
3682 public boolean isForegroundDefaultLauncher(@NonNull String callingPackage, int callingUid) {
1409 shortcutInternal.isForegroundDefaultLauncher(callingPackage, callingUid); in ensureCanModifyQuietMode()
13374 Landroid/content/pm/ShortcutServiceInternal;->isForegroundDefaultLauncher(Ljava/lang/String;I)Z