Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DBaseActivity.java247 Intent nextIntent = null; in prepareLaunchForward() local
252 nextIntent = intents.remove(0); in prepareLaunchForward()
253 nextIntent.putParcelableArrayListExtra(EXTRA_LAUNCH_FORWARD, intents); in prepareLaunchForward()
256 + nextIntent.getComponent().toString()); in prepareLaunchForward()
260 return nextIntent; in prepareLaunchForward()