Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceOwnerNegativeTestActivity.java29 import com.android.cts.verifier.IntentDrivenTestActivity;
30 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
31 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
81 final Intent startTestIntent = new Intent(this, IntentDrivenTestActivity.class) in addTestsToAdapter()
82 .putExtra(IntentDrivenTestActivity.EXTRA_ID, in addTestsToAdapter()
84 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, in addTestsToAdapter()
86 .putExtra(IntentDrivenTestActivity.EXTRA_INFO, in addTestsToAdapter()
88 .putExtra(IntentDrivenTestActivity.EXTRA_BUTTONS, in addTestsToAdapter()
DUtils.java38 import com.android.cts.verifier.IntentDrivenTestActivity;
39 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
54 id, new Intent(activity, IntentDrivenTestActivity.class) in createInteractiveTestItem()
55 .putExtra(IntentDrivenTestActivity.EXTRA_ID, id) in createInteractiveTestItem()
56 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, titleRes) in createInteractiveTestItem()
57 .putExtra(IntentDrivenTestActivity.EXTRA_INFO, infoRes) in createInteractiveTestItem()
58 .putExtra(IntentDrivenTestActivity.EXTRA_BUTTONS, buttonInfos), in createInteractiveTestItem()
DByodProvisioningTestActivity.java27 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
DWifiLockdownTestActivity.java38 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
DManagedUserPositiveTestActivity.java34 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
DDeviceOwnerRequestingBugreportTestActivity.java36 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
DLockTaskUiTestActivity.java50 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
DEnterprisePrivacyTestListActivity.java30 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
DDeviceOwnerPositiveTestActivity.java39 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java13 import com.android.cts.verifier.IntentDrivenTestActivity;
14 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
15 import com.android.cts.verifier.IntentDrivenTestActivity.IntentFactory;
16 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
175 Intent intent = IntentDrivenTestActivity.newIntent(this, testId, title, in addTests()
177 Log.d(TAG, "Adding test with " + IntentDrivenTestActivity.toString(this, intent)); in addTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java38 public final class IntentDrivenTestActivity extends PassFailButtons.Activity class
41 private static final String TAG = IntentDrivenTestActivity.class.getSimpleName();
249 Intent intent = new Intent(context, IntentDrivenTestActivity.class) in newIntent()
250 .putExtra(IntentDrivenTestActivity.EXTRA_ID, nonEmpty("testId", testId)) in newIntent()
251 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, titleResId) in newIntent()
252 .putExtra(IntentDrivenTestActivity.EXTRA_INFO, infoResId) in newIntent()
253 .putExtra(IntentDrivenTestActivity.EXTRA_BUTTONS, in newIntent()
DAbstractTestListActivity.java154 Log.i(mTag, "Launching activity with " + IntentDrivenTestActivity.toString(this, intent)); in handleItemClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/capturecontentfornotes/
DCaptureContentForNotesVerifierActivity.java40 import com.android.cts.verifier.IntentDrivenTestActivity;
41 import com.android.cts.verifier.IntentDrivenTestActivity.ButtonInfo;
42 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
206 Intent intent = IntentDrivenTestActivity.newIntent(this, testId, title, in addTestsToAdapter()
208 Log.d(TAG, "Adding test with " + IntentDrivenTestActivity.toString(this, intent)); in addTestsToAdapter()