Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DAddWorkspaceItemsTask.java267 Intent copyIntent = new Intent(item.getIntent()); in shortcutExists() local
268 copyIntent.setSourceBounds(intent.getSourceBounds()); in shortcutExists()
269 String s = copyIntent.toUri(0); in shortcutExists()