Home
last modified time | relevance | path

Searched refs:isRequestPinItemSupported (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DIShortcutService.aidl75 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
DShortcutServiceInternal.java83 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
DShortcutManager.java450 return mService.isRequestPinItemSupported(injectMyUserId(), in isRequestPinShortcutSupported()
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java126 when(mMockShortcutService.isRequestPinItemSupported(anyInt(), anyInt())) in testIsRequestPinAppWidgetSupported()
131 verify(mMockShortcutService, times(2)).isRequestPinItemSupported(anyInt(), in testIsRequestPinAppWidgetSupported()
/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
2283 .isRequestPinItemSupported(callingUserId, requestType); in isRequestPinItemSupported()
2854 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutService.LocalService
2855 return ShortcutService.this.isRequestPinItemSupported(callingUserId, requestType); in isRequestPinItemSupported()
/frameworks/base/services/
Dart-profile11517 PLcom/android/server/pm/ShortcutRequestPinProcessor;->isRequestPinItemSupported(II)Z
11646 PLcom/android/server/pm/ShortcutService;->isRequestPinItemSupported(II)Z