HomeSort by relevance Sort by last modified time
    Searched refs:newCategory (Results 1 - 5 of 5) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java 48 adapter.add(TestListItem.newCategory(this, R.string.nfc_pee_2_pee));
56 adapter.add(TestListItem.newCategory(this, R.string.nfc_tag_verification));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
P2pTestListActivity.java 70 adapter.add(TestListItem.newCategory(this, R.string.p2p_group_formation));
80 adapter.add(TestListItem.newCategory(this, R.string.p2p_join));
90 adapter.add(TestListItem.newCategory(this, R.string.p2p_service_discovery));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 143 adapter.add(TestListItem.newCategory("RTSP"));
148 adapter.add(TestListItem.newCategory("HTTP Progressive"));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 96 public static TestListItem newCategory(Context context, int titleResId) {
97 return newCategory(context.getString(titleResId));
100 public static TestListItem newCategory(String title) {
ManifestTestListAdapter.java 110 allRows.add(TestListItem.newCategory(testCategory));

Completed in 1375 milliseconds