/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/ |
D | TestListActivity.java | 69 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/ |
D | P2pTestListActivity.java | 73 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/ |
D | NfcTestActivity.java | 56 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/ |
D | HceFReaderTestActivity.java | 41 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f_reader_tests)); in onCreate()
|
D | HceFEmulatorTestActivity.java | 46 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f_emulator_tests)); in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/ |
D | TestListActivity.java | 62 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/ |
D | OffhostUiccEmulatorTestActivity.java | 42 adapter.add(TestListItem.newCategory(this, R.string.nfc_offhost_uicc_emulator_tests)); in onCreate()
|
D | OffhostUiccReaderTestActivity.java | 42 adapter.add(TestListItem.newCategory(this, R.string.nfc_offhost_uicc_reader_tests)); in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/ |
D | DeskClockTestsActivity.java | 142 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/ |
D | DeviceOwnerNegativeTestActivity.java | 59 adapter.add(TestListItem.newCategory(this, R.string.device_owner_negative_category)); in onCreate()
|
D | ManagedUserPositiveTestActivity.java | 85 adapter.add(TestListItem.newCategory(this, R.string.managed_user_positive_category)); in onCreate()
|
D | DeviceOwnerRequestingBugreportTestActivity.java | 145 adapter.add(TestListItem.newCategory(this, in onCreate()
|
D | DeviceOwnerPositiveTestActivity.java | 165 adapter.add(TestListItem.newCategory(this, R.string.device_owner_positive_category)); in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
D | StreamingVideoActivity.java | 184 adapter.add(TestListItem.newCategory("HTTP Progressive"));
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | HostTestsActivity.java | 118 testListItems.add(TestListItem.newCategory(mTitle)); in generateTestListItems()
|
D | TestListAdapter.java | 351 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
|
D | ManifestTestListAdapter.java | 264 allRows.add(TestListItem.newCategory(testCategory)); in getRowsWithDisplayMode()
|