OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newCategory
(Results
1 - 8
of
8
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceEmulatorTestActivity.java
41
adapter.add(TestListItem.
newCategory
(this, R.string.nfc_hce_emulator_tests));
HceReaderTestActivity.java
40
adapter.add(TestListItem.
newCategory
(this, R.string.nfc_hce_reader_tests));
/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/
ManifestTestListAdapter.java
110
allRows.add(TestListItem.
newCategory
(testCategory));
TestListAdapter.java
96
public static TestListItem
newCategory
(Context context, int titleResId) {
97
return
newCategory
(context.getString(titleResId));
100
public static TestListItem
newCategory
(String title) {
/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));
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp
354
CalculationCategory
newCategory
= determineCategory(*leftSide, *rightSide, op);
355
if (
newCategory
== CalcOther)
358
return adoptRef(new CSSCalcBinaryOperation(leftSide, rightSide, op,
newCategory
));
Completed in 490 milliseconds