Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/shortcut/
DShortcuts.java51 static ShortcutInfo createShortcutInfo(Context context, ResolveInfo target) { in createShortcutInfo() method in Shortcuts
59 static ShortcutInfo createShortcutInfo(Context context, String id, ResolveInfo target) { in createShortcutInfo() method in Shortcuts
/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.java173 PendingAddShortcutInfo createShortcutInfo = (PendingAddShortcutInfo) mAddInfo; in startDrag() local