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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
HceFReaderTestActivity.java 41 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f_reader_tests));
HceFEmulatorTestActivity.java 46 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f_emulator_tests));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java 56 adapter.add(TestListItem.newCategory(this, R.string.nfc_pee_2_pee));
69 adapter.add(TestListItem.newCategory(this, R.string.nfc_tag_verification));
78 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce));
88 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceEmulatorTestActivity.java 46 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_emulator_tests));
HceReaderTestActivity.java 42 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_reader_tests));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerNegativeTestActivity.java 57 adapter.add(TestListItem.newCategory(this, R.string.device_owner_provisioning_category));
DeviceOwnerPositiveTestActivity.java 98 adapter.add(TestListItem.newCategory(this, R.string.device_owner_positive_category));
DeviceOwnerRequestingBugreportTestActivity.java 89 adapter.add(TestListItem.newCategory(this,
  /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/
ManifestTestListAdapter.java 141 allRows.add(TestListItem.newCategory(testCategory));
TestListAdapter.java 136 public static TestListItem newCategory(Context context, int titleResId) {
137 return newCategory(context.getString(titleResId));
140 public static TestListItem newCategory(String title) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java 138 adapter.add(TestListItem.newCategory(this, R.string.deskclock_group_alarms));
141 adapter.add(TestListItem.newCategory(this, R.string.deskclock_group_timers));

Completed in 99 milliseconds