Home
last modified time | relevance | path

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

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