Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl70 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
H A DShortcutServiceInternal.java125 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
H A DShortcutManager.java545 return mService.isRequestPinItemSupported(injectMyUserId(), in isRequestPinShortcutSupported()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java183 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 DShortcutRequestPinProcessor.java220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutRequestPinProcessor
H A DShortcutService.java2711 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 DAppWidgetServiceImpl.java1653 .isRequestPinItemSupported(UserHandle.getCallingUserId(), in isRequestPinAppWidgetSupported()
/aosp14/frameworks/base/boot/hiddenapi/
H A 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