Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DTestListActivity.java69 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
79 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
89 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
99 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
109 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
119 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
129 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
139 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
150 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
163 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DP2pTestListActivity.java73 adapter.add(TestListItem.newCategory(this, R.string.p2p_group_formation)); in onCreate()
84 adapter.add(TestListItem.newCategory(this, R.string.p2p_join)); in onCreate()
94 adapter.add(TestListItem.newCategory(this, R.string.p2p_join_with_config)); in onCreate()
103 adapter.add(TestListItem.newCategory(this, R.string.p2p_join_with_config_2g_band)); in onCreate()
112 adapter.add(TestListItem.newCategory(this, R.string.p2p_join_with_config_fixed_frequency)); in onCreate()
122 adapter.add(TestListItem.newCategory(this, R.string.p2p_service_discovery)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcTestActivity.java59 adapter.add(TestListItem.newCategory(this, R.string.nfc_pee_2_pee)); in onCreate()
74 adapter.add(TestListItem.newCategory(this, R.string.nfc_tag_verification)); in onCreate()
83 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce)); in onCreate()
93 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f)); in onCreate()
103 adapter.add(TestListItem.newCategory(this, R.string.nfc_offhost_uicc)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestListActivity.java62 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
82 adapter.add(TestListAdapter.TestListItem.newCategory(this, 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/nfc/offhost/
DOffhostUiccEmulatorTestActivity.java42 adapter.add(TestListItem.newCategory(this, R.string.nfc_offhost_uicc_emulator_tests)); in onCreate()
DOffhostUiccReaderTestActivity.java42 adapter.add(TestListItem.newCategory(this, R.string.nfc_offhost_uicc_reader_tests)); in onCreate()
/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/managedprovisioning/
DDeviceOwnerNegativeTestActivity.java59 adapter.add(TestListItem.newCategory(this, R.string.device_owner_negative_category)); in onCreate()
DDeviceOwnerRequestingBugreportTestActivity.java91 adapter.add(TestListItem.newCategory(this, in onCreate()
DManagedUserPositiveTestActivity.java78 adapter.add(TestListItem.newCategory(this, R.string.managed_user_positive_category)); in onCreate()
DDeviceOwnerPositiveTestActivity.java150 adapter.add(TestListItem.newCategory(this, R.string.device_owner_positive_category)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java189 public static TestListItem newCategory(Context context, int titleResId) { in newCategory() method in TestListAdapter.TestListItem
190 return newCategory(context.getString(titleResId)); in newCategory()
193 public static TestListItem newCategory(String title) { in newCategory() method in TestListAdapter.TestListItem
DManifestTestListAdapter.java219 allRows.add(TestListItem.newCategory(testCategory)); in getRowsWithDisplayMode()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DStreamingVideoActivity.java197 adapter.add(TestListItem.newCategory("HTTP Progressive"));
/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()