Searched refs:wrapperIntent (Results 1 – 2 of 2) sorted by relevance
47 Intent wrapperIntent = new Intent(context, ActivityStarterActivity.class); in createStartIntent() local48 wrapperIntent.putExtra(EXTRA_INTENT, intent); in createStartIntent()49 wrapperIntent.putExtra(EXTRA_OPTIONS, options); in createStartIntent()50 return wrapperIntent; in createStartIntent()
860 Intent wrapperIntent = Intent.parseUri(intentString, Intent.URI_INTENT_SCHEME);861 return wrapperIntent.getBooleanExtra(KEY_SMARTSPACE_OPEN_IN_FOREGROUND, false);