Home
last modified time | relevance | path

Searched refs:requestPinShortcut (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsInitializeTest.java64 mShortcutManager.requestPinShortcut(info, null); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()
91 mShortcutManager.requestPinShortcut(info, null); in refreshExistingShortcuts_shouldNotUpdateImmutableShortcut()
/packages/apps/Settings/src/com/android/settings/notification/app/
DAddToHomeScreenPreferenceController.java54 mBackend.requestPinShortcut(mContext, mConversationInfo); in handlePreferenceTreeClick()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DAddToHomeScreenPreferenceControllerTest.java85 verify(mBackend).requestPinShortcut(any(), eq(si)); in testHandlePreferenceTreeClick()
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DRequestPinItemActivity.java81 sm.requestPinShortcut(info, callback); in pinShortcut()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java574 public void requestPinShortcut(Context context, ShortcutInfo shortcutInfo) { in requestPinShortcut() method in NotificationBackend
576 sm.requestPinShortcut(shortcutInfo, null); in requestPinShortcut()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2252 shortcutManager.requestPinShortcut(shortcutInfo, null); in createLauncherShortcutWithContact()