Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2674 final String shortcutClass = intent.getComponent().getClassName(); in onClickAppShortcut() local
2676 if (shortcutClass.equals(MemoryDumpActivity.class.getName())) { in onClickAppShortcut()
2679 } else if (shortcutClass.equals(ToggleWeightWatcher.class.getName())) { in onClickAppShortcut()