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.java88 private static final String LAUNCH_INTENT_KEY = "intent.launch"; field in InstallShortcutReceiver
424 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
434 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
461 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
593 launcherIntent = Intent.parseUri(getString(LAUNCH_INTENT_KEY), 0); in Decoder()