Home
last modified time | relevance | path

Searched refs:startTestIntent (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceOwnerNegativeTestActivity.java59 Intent startTestIntent = new Intent(this, IntentDrivenTestActivity.class) in onCreate() local
70 deviceOwnerNegativeTestInfo.getTestId(), startTestIntent, null)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java155 if (!startTestIntent(test)) { in showManualTestDialog()
186 boolean startTestIntent(final DialogTestListItem test) { in startTestIntent() method in DialogTestListActivity