Searched refs:requestPinShortcut (Results 1 – 6 of 6) sorted by relevance
64 mShortcutManager.requestPinShortcut(info, null); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()91 mShortcutManager.requestPinShortcut(info, null); in refreshExistingShortcuts_shouldNotUpdateImmutableShortcut()
60 mBackend.requestPinShortcut(mContext, mConversationInfo); in handlePreferenceTreeClick()
81 sm.requestPinShortcut(info, callback); in pinShortcut()
114 verify(mBackend).requestPinShortcut(any(), eq(si)); in testHandlePreferenceTreeClick()
634 public void requestPinShortcut(Context context, ShortcutInfo shortcutInfo) { in requestPinShortcut() method in NotificationBackend636 sm.requestPinShortcut(shortcutInfo, null); in requestPinShortcut()
2252 shortcutManager.requestPinShortcut(shortcutInfo, null); in createLauncherShortcutWithContact()