Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java83 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
DIShortcutService.aidl75 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java218 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutRequestPinProcessor
DShortcutService.java2279 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutService
2854 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutService.LocalService