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.aidl70 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
DShortcutServiceInternal.java130 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
DShortcutManager.java545 return mService.isRequestPinItemSupported(injectMyUserId(), in isRequestPinShortcutSupported()
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java184 when(mMockShortcutService.isRequestPinItemSupported(anyInt(), anyInt())) in testIsRequestPinAppWidgetSupported()
189 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.java2713 public boolean isRequestPinItemSupported(int callingUserId, int requestType) {
2719 .isRequestPinItemSupported(callingUserId, requestType);
3708 public boolean isRequestPinItemSupported(int callingUserId, int requestType) {
3709 return ShortcutService.this.isRequestPinItemSupported(callingUserId, requestType);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1883 .isRequestPinItemSupported(UserHandle.getCallingUserId(), in isRequestPinAppWidgetSupported()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12100 Landroid/content/pm/IShortcutService$Stub$Proxy;->isRequestPinItemSupported(II)Z
12147 Landroid/content/pm/IShortcutService;->isRequestPinItemSupported(II)Z
13376 Landroid/content/pm/ShortcutServiceInternal;->isRequestPinItemSupported(II)Z