Home
last modified time | relevance | path

Searched refs:newTest (Results 1 – 12 of 12) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceEmulatorTestActivity.java54 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_emulator, in onCreate()
58 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_emulator, in onCreate()
62 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_emulator, in onCreate()
66 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_emulator, in onCreate()
70 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_emulator, in onCreate()
74 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_non_payment_emulator, in onCreate()
78 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_non_payment_emulator, in onCreate()
82 … adapter.add(TestListItem.newTest(this, R.string.nfc_hce_conflicting_non_payment_emulator, in onCreate()
86 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_non_payment_emulator, in onCreate()
90 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_throughput_emulator, in onCreate()
[all …]
DHceReaderTestActivity.java44 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_reader, in onCreate()
48 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_reader, in onCreate()
52 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_reader, in onCreate()
56 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_reader, in onCreate()
60 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_reader, in onCreate()
64 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_non_payment_reader, in onCreate()
68 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_non_payment_reader, in onCreate()
72 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_conflicting_non_payment_reader, in onCreate()
76 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_non_payment_reader, in onCreate()
80 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_throughput_reader, in onCreate()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcTestActivity.java55 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_sender, in onCreate()
58 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_receiver, in onCreate()
63 adapter.add(TestListItem.newTest(this, R.string.nfc_llcp_version_check, in onCreate()
68 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef, in onCreate()
71 adapter.add(TestListItem.newTest(this, R.string.nfc_mifare_ultralight, in onCreate()
77 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_reader_tests, in onCreate()
80 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_emulator_tests, in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DP2pTestListActivity.java71 adapter.add(TestListItem.newTest(this, in onCreate()
75 adapter.add(TestListItem.newTest(this, in onCreate()
81 adapter.add(TestListItem.newTest(this, in onCreate()
85 adapter.add(TestListItem.newTest(this, in onCreate()
91 adapter.add(TestListItem.newTest(this, in onCreate()
95 adapter.add(TestListItem.newTest(this, in onCreate()
DRequesterTestListActivity.java103 adapter.add(TestListItem.newTest(testcase.getTestName(), testcase.getTestId(), in addTestCase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java100 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
103 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest()
107 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
109 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest()
113 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
115 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, null, in newTest()
119 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
125 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
131 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
DManifestTestListAdapter.java192 TestListItem item = TestListItem.newTest(title, testName, intent, requiredFeatures, in getTestsByCategory()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DDeviceOwnerNegativeTestActivity.java72 adapter.add(TestListItem.newTest(this, DEVICE_OWNER_NEGATIVE_TEST_INFO.getTitle(), in onCreate()
DDeviceOwnerPositiveTestActivity.java234 return TestListItem.newTest(activity, titleRes, in createInteractiveTestItem()
245 return TestListItem.newTest(activity, titleRes, id, intent.putExtra(EXTRA_TEST_ID, id), in createTestItem()
DByodFlowTestActivity.java291 mKeyguardDisabledFeaturesTest = TestListItem.newTest(this, in setupTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DStreamingVideoActivity.java219 streams.add(TestListItem.newTest(stream.name, PlayVideoActivity.getTestId(stream.code),
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java158 adapter.add(TestListItem.newTest(this, title, info.getTestId(), in addTests()