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