Home
last modified time | relevance | path

Searched refs:newCategory (Results 1 – 14 of 14) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DTestListActivity.java63 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
73 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
83 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
93 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
103 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
113 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcTestActivity.java56 adapter.add(TestListItem.newCategory(this, R.string.nfc_pee_2_pee)); in onCreate()
69 adapter.add(TestListItem.newCategory(this, R.string.nfc_tag_verification)); in onCreate()
78 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce)); in onCreate()
88 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DP2pTestListActivity.java70 adapter.add(TestListItem.newCategory(this, R.string.p2p_group_formation)); in onCreate()
80 adapter.add(TestListItem.newCategory(this, R.string.p2p_join)); in onCreate()
90 adapter.add(TestListItem.newCategory(this, R.string.p2p_service_discovery)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
DHceFReaderTestActivity.java41 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f_reader_tests)); in onCreate()
DHceFEmulatorTestActivity.java46 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f_emulator_tests)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DStreamingVideoActivity.java183 adapter.add(TestListItem.newCategory("RTSP"));
191 adapter.add(TestListItem.newCategory("HTTP Progressive"));
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java138 adapter.add(TestListItem.newCategory(this, R.string.deskclock_group_alarms)); in onCreate()
141 adapter.add(TestListItem.newCategory(this, R.string.deskclock_group_timers)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java136 public static TestListItem newCategory(Context context, int titleResId) { in newCategory() method in TestListAdapter.TestListItem
137 return newCategory(context.getString(titleResId)); in newCategory()
140 public static TestListItem newCategory(String title) { in newCategory() method in TestListAdapter.TestListItem
DManifestTestListAdapter.java141 allRows.add(TestListItem.newCategory(testCategory)); in getRows()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceOwnerNegativeTestActivity.java58 adapter.add(TestListItem.newCategory(this, R.string.device_owner_negative_category)); in onCreate()
DDeviceOwnerRequestingBugreportTestActivity.java92 adapter.add(TestListItem.newCategory(this, in onCreate()
DDeviceOwnerPositiveTestActivity.java105 adapter.add(TestListItem.newCategory(this, R.string.device_owner_positive_category)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceEmulatorTestActivity.java46 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_emulator_tests)); in onCreate()
DHceReaderTestActivity.java42 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_reader_tests)); in onCreate()