Searched refs:isRequestPinItemSupported (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | IShortcutService.aidl | 75 boolean isRequestPinItemSupported(int user, int requestType); in isRequestPinItemSupported() method
|
D | ShortcutServiceInternal.java | 83 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() method in ShortcutServiceInternal
|
D | ShortcutManager.java | 450 return mService.isRequestPinItemSupported(injectMyUserId(), in isRequestPinShortcutSupported()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 126 when(mMockShortcutService.isRequestPinItemSupported(anyInt(), anyInt())) in testIsRequestPinAppWidgetSupported() 131 verify(mMockShortcutService, times(2)).isRequestPinItemSupported(anyInt(), in testIsRequestPinAppWidgetSupported()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutRequestPinProcessor.java | 218 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutRequestPinProcessor
|
D | ShortcutService.java | 2279 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutService 2283 .isRequestPinItemSupported(callingUserId, requestType); in isRequestPinItemSupported() 2854 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() method in ShortcutService.LocalService 2855 return ShortcutService.this.isRequestPinItemSupported(callingUserId, requestType); in isRequestPinItemSupported()
|
/frameworks/base/services/ |
D | art-profile | 11517 PLcom/android/server/pm/ShortcutRequestPinProcessor;->isRequestPinItemSupported(II)Z 11646 PLcom/android/server/pm/ShortcutService;->isRequestPinItemSupported(II)Z
|