Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DIShortcutService.aidl69 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
DShortcutServiceInternal.java88 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
DShortcutManager.java534 return mService.isRequestPinItemSupported(injectMyUserId(), in isRequestPinShortcutSupported()
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java128 when(mMockShortcutService.isRequestPinItemSupported(anyInt(), anyInt())) in testIsRequestPinAppWidgetSupported()
133 verify(mMockShortcutService, times(2)).isRequestPinItemSupported(anyInt(), in testIsRequestPinAppWidgetSupported()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutRequestPinProcessor
DShortcutService.java2566 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutService
2570 .isRequestPinItemSupported(callingUserId, requestType); in isRequestPinItemSupported()
3337 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutService.LocalService
3338 return ShortcutService.this.isRequestPinItemSupported(callingUserId, requestType); in isRequestPinItemSupported()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1672 .isRequestPinItemSupported(UserHandle.getCallingUserId(), in isRequestPinAppWidgetSupported()
/frameworks/base/services/
Dart-profile25986 HPLcom/android/server/pm/ShortcutRequestPinProcessor;->isRequestPinItemSupported(II)Z
26037 PLcom/android/server/pm/ShortcutService$LocalService;->isRequestPinItemSupported(II)Z
26181 HPLcom/android/server/pm/ShortcutService;->isRequestPinItemSupported(II)Z