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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
TestListActivity.java 67 adapter.add(TestListAdapter.TestListItem.newCategory(this,
77 adapter.add(TestListAdapter.TestListItem.newCategory(this,
87 adapter.add(TestListAdapter.TestListItem.newCategory(this,
97 adapter.add(TestListAdapter.TestListItem.newCategory(this,
107 adapter.add(TestListAdapter.TestListItem.newCategory(this,
117 adapter.add(TestListAdapter.TestListItem.newCategory(this,
128 adapter.add(TestListAdapter.TestListItem.newCategory(this,
  /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));
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
CategoryManager.java 177 DashboardCategory newCategory = categoryByKeyMap.get(newCategoryKey);
178 if (newCategory == null) {
179 newCategory = new DashboardCategory();
180 categoryByKeyMap.put(newCategoryKey, newCategory);
182 newCategory.addTile(tile);
  /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/nfc/hcef/
HceFEmulatorTestActivity.java 46 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f_emulator_tests));
HceFReaderTestActivity.java 41 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f_reader_tests));
  /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));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 183 adapter.add(TestListItem.newCategory("RTSP"));
191 adapter.add(TestListItem.newCategory("HTTP Progressive"));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 136 public static TestListItem newCategory(Context context, int titleResId) {
137 return newCategory(context.getString(titleResId));
140 public static TestListItem newCategory(String title) {
ManifestTestListAdapter.java 141 allRows.add(TestListItem.newCategory(testCategory));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerNegativeTestActivity.java 58 adapter.add(TestListItem.newCategory(this, R.string.device_owner_negative_category));
ManagedUserPositiveTestActivity.java 76 adapter.add(TestListItem.newCategory(this, R.string.managed_user_positive_category));
DeviceOwnerRequestingBugreportTestActivity.java 92 adapter.add(TestListItem.newCategory(this,
DeviceOwnerPositiveTestActivity.java 110 adapter.add(TestListItem.newCategory(this, R.string.device_owner_positive_category));
  /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));

Completed in 343 milliseconds