Home
last modified time | relevance | path

Searched defs:createShortcutInfo (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DCustomShortcutConfigActivity.java57 private static ShortcutInfo createShortcutInfo( in createShortcutInfo() method in CustomShortcutConfigActivity
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DTestHelpers.kt37 internal fun createShortcutInfo(id: String, componentName: ComponentName, rank: Int): ShortcutInfo { in createShareShortcutInfo() method
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java175 PendingAddShortcutInfo createShortcutInfo = (PendingAddShortcutInfo) mAddInfo; in startDrag() local
/packages/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java252 private static ShortcutInfo createShortcutInfo(Context context, Intent shortcutIntent, in createShortcutInfo() method in CreateShortcutPreferenceController