OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newTest
(Results
1 - 9
of
9
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceEmulatorTestActivity.java
45
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_default_route_emulator,
49
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_protocol_params_emulator,
53
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_single_payment_emulator,
57
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_dual_payment_emulator,
61
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_change_default_emulator,
66
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_single_non_payment_emulator,
70
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_dual_non_payment_emulator,
74
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_conflicting_non_payment_emulator,
78
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_throughput_emulator,
82
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_tap_test_emulator
[
all
...]
HceReaderTestActivity.java
43
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_default_route_reader,
48
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_protocol_params_reader,
52
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_single_payment_reader,
56
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_dual_payment_reader,
60
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_change_default_reader,
64
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_single_non_payment_reader,
68
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_dual_non_payment_reader,
72
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_conflicting_non_payment_reader,
76
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_throughput_reader,
80
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_tap_test_reader
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java
54
adapter.add(TestListItem.
newTest
(this, R.string.nfc_ndef_push_sender,
57
adapter.add(TestListItem.
newTest
(this, R.string.nfc_ndef_push_receiver,
62
adapter.add(TestListItem.
newTest
(this, R.string.nfc_ndef,
65
adapter.add(TestListItem.
newTest
(this, R.string.nfc_mifare_ultralight,
71
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_reader_tests,
74
adapter.add(TestListItem.
newTest
(this, R.string.nfc_hce_emulator_tests,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
P2pTestListActivity.java
71
adapter.add(TestListItem.
newTest
(this,
75
adapter.add(TestListItem.
newTest
(this,
81
adapter.add(TestListItem.
newTest
(this,
85
adapter.add(TestListItem.
newTest
(this,
91
adapter.add(TestListItem.
newTest
(this,
95
adapter.add(TestListItem.
newTest
(this,
RequesterTestListActivity.java
103
adapter.add(TestListItem.
newTest
(testcase.getTestName(), testcase.getTestId(),
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java
86
public static TestListItem
newTest
(Context context, int titleResId, String testName,
88
return
newTest
(context.getString(titleResId), testName, intent, requiredFeatures);
91
public static TestListItem
newTest
(String title, String testName, Intent intent,
ManifestTestListAdapter.java
155
TestListItem item = TestListItem.
newTest
(title, testName, intent, requiredFeatures);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java
166
streams.add(TestListItem.
newTest
(stream.name, PlayVideoActivity.getTestId(stream.code),
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java
158
adapter.add(TestListItem.
newTest
(this, title, info.getTestId(),
Completed in 337 milliseconds