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.java81 final Intent startTestIntent = new Intent(this, IntentDrivenTestActivity.class) in addTestsToAdapter() local
91 provisioningNegativeTestInfo.getTestId(), startTestIntent, null)); in addTestsToAdapter()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java194 if (!startTestIntent(test)) { in showManualTestDialog()
226 boolean startTestIntent(final DialogTestListItem test) { in startTestIntent() method in DialogTestListActivity