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
413 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
423 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
433 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
459 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()
594 launcherIntent = Intent.parseUri(getString(LAUNCH_INTENT_KEY), 0); in Decoder()