Home
last modified time | relevance | path

Searched refs:isForegroundDefaultLauncher (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java127 public abstract boolean isForegroundDefaultLauncher(@NonNull String callingPackage, in isForegroundDefaultLauncher() method in ShortcutServiceInternal
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java8829 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()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java3682 public boolean isForegroundDefaultLauncher(@NonNull String callingPackage, int callingUid) {
H A DUserManagerService.java1409 shortcutInternal.isForegroundDefaultLauncher(callingPackage, callingUid); in ensureCanModifyQuietMode()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13374 Landroid/content/pm/ShortcutServiceInternal;->isForegroundDefaultLauncher(Ljava/lang/String;I)Z