Searched refs:newIntent (Results 1 – 1 of 1) sorted by relevance
29 Intent newIntent = new Intent(); in createPreconditionIntent() local30 newIntent.setClass(activity, preconditionActivityClazz); in createPreconditionIntent()31 newIntent.putExtra(EXTRA_WRAPPED_INTENT, activity.getIntent()); in createPreconditionIntent()32 return newIntent; in createPreconditionIntent()