Searched refs:isRequestPinItemSupported (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | IShortcutService.aidl | 70 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
|
D | ShortcutServiceInternal.java | 130 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
|
D | ShortcutManager.java | 545 return mService.isRequestPinItemSupported(injectMyUserId(), in isRequestPinShortcutSupported()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 184 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/ |
D | ShortcutRequestPinProcessor.java | 220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutRequestPinProcessor
|
D | ShortcutService.java | 2713 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/ |
D | AppWidgetServiceImpl.java | 1883 .isRequestPinItemSupported(UserHandle.getCallingUserId(), in isRequestPinAppWidgetSupported()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 12100 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
|