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()
54 mBackend.requestPinShortcut(mContext, mConversationInfo); in handlePreferenceTreeClick()
85 verify(mBackend).requestPinShortcut(any(), eq(si)); in testHandlePreferenceTreeClick()
81 sm.requestPinShortcut(info, callback); in pinShortcut()
574 public void requestPinShortcut(Context context, ShortcutInfo shortcutInfo) { in requestPinShortcut() method in NotificationBackend576 sm.requestPinShortcut(shortcutInfo, null); in requestPinShortcut()
2252 shortcutManager.requestPinShortcut(shortcutInfo, null); in createLauncherShortcutWithContact()