Home
last modified time | relevance | path

Searched defs:isRequestPinItemSupported (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl70 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
H A DShortcutServiceInternal.java125 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutRequestPinProcessor