Searched refs:LAUNCH_INTENT_KEY (Results 1 – 2 of 2) sorted by relevance
56 private static final String LAUNCH_INTENT_KEY = "intent.launch"; field in InstallShortcutReceiver298 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()329 .key(LAUNCH_INTENT_KEY).value(launchIntent.toUri(0)) in encodeToString()374 Intent launcherIntent = Intent.parseUri(object.getString(LAUNCH_INTENT_KEY), 0); in decode()
47 public static final String LAUNCH_INTENT_KEY = "intent.launch"; field in InstallShortcutReceiver87 .key(LAUNCH_INTENT_KEY).value(info.launchIntent.toUri(0)) in addToInstallQueue()123 Intent launchIntent = Intent.parseUri(object.getString(LAUNCH_INTENT_KEY), 0); in getAndClearInstallQueue()