Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java86 private static final String LAUNCH_INTENT_KEY = "intent.launch"; field in InstallShortcutReceiver
422 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
432 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
459 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
595 launcherIntent = Intent.parseUri(getString(LAUNCH_INTENT_KEY), 0); in Decoder()