Home
last modified time | relevance | path

Searched refs:newCategory (Results 1 – 17 of 17) 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.java56 adapter.add(TestListItem.newCategory(this, R.string.nfc_tag_verification)); in onCreate()
66 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f)); in onCreate()
78 adapter.add(TestListItem.newCategory(this, R.string.nfc_offhost_uicc)); 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/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/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.java142 adapter.add(TestListItem.newCategory(this, R.string.deskclock_group_alarms)); in onCreate()
145 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()
DManagedUserPositiveTestActivity.java85 adapter.add(TestListItem.newCategory(this, R.string.managed_user_positive_category)); in onCreate()
DDeviceOwnerRequestingBugreportTestActivity.java145 adapter.add(TestListItem.newCategory(this, in onCreate()
DDeviceOwnerPositiveTestActivity.java165 adapter.add(TestListItem.newCategory(this, R.string.device_owner_positive_category)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DStreamingVideoActivity.java184 adapter.add(TestListItem.newCategory("HTTP Progressive"));
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DHostTestsActivity.java118 testListItems.add(TestListItem.newCategory(mTitle)); in generateTestListItems()
DTestListAdapter.java351 public static TestListItem newCategory(Context context, int titleResId) { in newCategory() method in TestListAdapter.TestListItem
352 return newCategory(context.getString(titleResId)); in newCategory()
355 public static TestListItem newCategory(String title) { in newCategory() method in TestListAdapter.TestListItem
DManifestTestListAdapter.java264 allRows.add(TestListItem.newCategory(testCategory)); in getRowsWithDisplayMode()