Searched refs:EXTRA_INFO (Results 1 – 4 of 4) sorted by relevance
31 public static final String EXTRA_INFO = "info"; field in IntentDrivenTestActivity47 || !intent.hasExtra(EXTRA_INFO) in onCreate()57 info.setText(intent.getIntExtra(EXTRA_INFO, -1)); in onCreate()
64 .putExtra(IntentDrivenTestActivity.EXTRA_INFO, in onCreate()
45 .putExtra(IntentDrivenTestActivity.EXTRA_INFO, infoRes) in createInteractiveTestItem()
162 .putExtra(IntentDrivenTestActivity.EXTRA_INFO, info.getInfoText()) in addTests()