Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl71 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
H A DShortcutServiceInternal.java95 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
/aosp12/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
H A DShortcutService.java2862 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutService
3694 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method