Searched refs:EXTRA_BUTTONS (Results 1 – 4 of 4) sorted by relevance
32 public static final String EXTRA_BUTTONS = "buttons"; field in IntentDrivenTestActivity48 || !intent.hasExtra(EXTRA_BUTTONS)) { in onCreate()60 final Parcelable[] parcelables = intent.getParcelableArrayExtra(EXTRA_BUTTONS); in onCreate()
66 .putExtra(IntentDrivenTestActivity.EXTRA_BUTTONS, in onCreate()
46 .putExtra(IntentDrivenTestActivity.EXTRA_BUTTONS, buttonInfos), in createInteractiveTestItem()
163 .putExtra(IntentDrivenTestActivity.EXTRA_BUTTONS, info.getButtons()), in addTests()