HomeSort by relevance Sort by last modified time
    Searched full:arraytestlistadapter (Results 1 - 6 of 6) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestListActivity.java 25 import com.android.cts.verifier.ArrayTestListAdapter;
78 ArrayTestListAdapter adapter = new ArrayTestListAdapter(this);
99 private void addTestCase(ArrayTestListAdapter adapter, TestCase testcase) {
P2pTestListActivity.java 31 import com.android.cts.verifier.ArrayTestListAdapter;
68 ArrayTestListAdapter adapter = new ArrayTestListAdapter(this);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ArrayTestListAdapter.java 28 public class ArrayTestListAdapter extends TestListAdapter {
32 public ArrayTestListAdapter(Context context) {
TestListAdapter.java 41 * {@link #getRows()}. See {@link ArrayTestListAdapter} and
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java 19 import com.android.cts.verifier.ArrayTestListAdapter;
49 ArrayTestListAdapter adapter = new ArrayTestListAdapter(this);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 19 import com.android.cts.verifier.ArrayTestListAdapter;
141 ArrayTestListAdapter adapter = new ArrayTestListAdapter(this);
163 private void addStreamToTests(ArrayTestListAdapter streams, Stream stream) {

Completed in 132 milliseconds