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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java 53 adapter.add(TestListItem.newCategory(this, R.string.nfc_pee_2_pee));
61 adapter.add(TestListItem.newCategory(this, R.string.nfc_tag_verification));
70 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce));
  /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/managedprovisioning/
DeviceOwnerTestActivity.java 60 adapter.add(TestListItem.newCategory(this, R.string.device_owner_provisioning_category));
  /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/nfc/hce/
HceReaderTestActivity.java 42 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_reader_tests));
HceEmulatorTestActivity.java 46 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_emulator_tests));
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 345 CalculationCategory newCategory = determineCategory(*leftSide, *rightSide, op);
346 if (newCategory == CalcOther)
349 return adoptRefWillBeNoop(new CSSCalcBinaryOperation(leftSide, rightSide, op, newCategory));

Completed in 1294 milliseconds