Searched refs:isRequestPinItemSupported (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | IShortcutService.aidl | 70 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
|
H A D | ShortcutServiceInternal.java | 125 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
|
H A D | ShortcutManager.java | 545 return mService.isRequestPinItemSupported(injectMyUserId(), in isRequestPinShortcutSupported()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
H A D | AppWidgetServiceImplTest.java | 183 when(mMockShortcutService.isRequestPinItemSupported(anyInt(), anyInt())) in testIsRequestPinAppWidgetSupported() 188 verify(mMockShortcutService, times(2)).isRequestPinItemSupported(anyInt(), in testIsRequestPinAppWidgetSupported()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutRequestPinProcessor.java | 220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutRequestPinProcessor
|
H A D | ShortcutService.java | 2711 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { 2717 .isRequestPinItemSupported(callingUserId, requestType); 3677 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { 3678 return ShortcutService.this.isRequestPinItemSupported(callingUserId, requestType);
|
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
H A D | AppWidgetServiceImpl.java | 1653 .isRequestPinItemSupported(UserHandle.getCallingUserId(), in isRequestPinAppWidgetSupported()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A 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
|