Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java56 protected void setupTests(final ArrayTestListAdapter testAdapter) { in setupTests() argument
57 testAdapter.add(new InstallCertItem(this, in setupTests()
61 testAdapter.add(new DialogTestListItem(this, in setupTests()
66 testAdapter.add(new DialogTestListItem(this, in setupTests()
71 testAdapter.add(new DialogTestListItem(this, in setupTests()
79 testAdapter.add(new DialogTestListItem(this, in setupTests()
/cts/tests/app/src/android/app/cts/
DListActivityTest.java46 public void testAdapter() throws Throwable { in testAdapter() method in ListActivityTest