Searched refs:isRequestPinItemSupported (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | IShortcutService.aidl | 69 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
|
D | ShortcutServiceInternal.java | 88 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
|
D | ShortcutManager.java | 534 return mService.isRequestPinItemSupported(injectMyUserId(), in isRequestPinShortcutSupported()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 128 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/ |
D | ShortcutRequestPinProcessor.java | 220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutRequestPinProcessor
|
D | ShortcutService.java | 2566 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/ |
D | AppWidgetServiceImpl.java | 1672 .isRequestPinItemSupported(UserHandle.getCallingUserId(), in isRequestPinAppWidgetSupported()
|
/frameworks/base/services/ |
D | art-profile | 25986 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
|