Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DEnterprisePrivacyInfoOnlyTestActivity.java32 public static final String EXTRA_INFO = "info"; field in EnterprisePrivacyInfoOnlyTestActivity
45 || !intent.hasExtra(EXTRA_INFO)) { in onCreate()
54 info.setText(intent.getIntExtra(EXTRA_INFO, -1)); in onCreate()
DDeviceOwnerNegativeTestActivity.java86 .putExtra(IntentDrivenTestActivity.EXTRA_INFO, in addTestsToAdapter()
99 .putExtra(EnterprisePrivacyInfoOnlyTestActivity.EXTRA_INFO, in addTestsToAdapter()
DUtils.java52 .putExtra(IntentDrivenTestActivity.EXTRA_INFO, infoRes) in createInteractiveTestItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java36 public static final String EXTRA_INFO = "info"; field in IntentDrivenTestActivity
52 || !intent.hasExtra(EXTRA_INFO) in onCreate()
62 info.setText(intent.getIntExtra(EXTRA_INFO, -1)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java162 .putExtra(IntentDrivenTestActivity.EXTRA_INFO, info.getInfoText()) in addTests()