Home
last modified time | relevance | path

Searched refs:newIntent (Results 1 – 1 of 1) sorted by relevance

/external/quake/src/com/android/quake/
DPreconditionActivityHelper.java29 Intent newIntent = new Intent(); in createPreconditionIntent() local
30 newIntent.setClass(activity, preconditionActivityClazz); in createPreconditionIntent()
31 newIntent.putExtra(EXTRA_WRAPPED_INTENT, activity.getIntent()); in createPreconditionIntent()
32 return newIntent; in createPreconditionIntent()