Home
last modified time | relevance | path

Searched refs:newTest (Results 1 – 23 of 23) 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/wifiaware/
DTestListActivity.java69 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
73 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
79 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
83 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
89 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
93 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
99 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
103 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
109 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
113 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcTestActivity.java60 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_sender, in onCreate()
63 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_receiver, in onCreate()
68 adapter.add(TestListItem.newTest(this, R.string.nfc_llcp_version_check, in onCreate()
75 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef, in onCreate()
78 adapter.add(TestListItem.newTest(this, R.string.nfc_mifare_ultralight, in onCreate()
84 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_reader_tests, in onCreate()
87 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_emulator_tests, in onCreate()
94 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_reader_tests, in onCreate()
97 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_emulator_tests, in onCreate()
104 adapter.add(TestListItem.newTest(this, R.string.nfc_offhost_uicc_reader_tests, in onCreate()
[all …]
/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()
100 adapter.add(TestListItem.newTest(this, in onCreate()
104 adapter.add(TestListItem.newTest(this, in onCreate()
109 adapter.add(TestListItem.newTest(this, in onCreate()
113 adapter.add(TestListItem.newTest(this, in onCreate()
[all …]
DRequesterTestListActivity.java103 adapter.add(TestListItem.newTest(testcase.getTestName(), testcase.getTestId(), in addTestCase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestListActivity.java64 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
68 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
72 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
79 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
83 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
87 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java107 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
110 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest()
114 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
116 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest()
120 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
122 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, null, in newTest()
126 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
133 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
139 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
145 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
DManifestTestListAdapter.java202 TestListItem item = TestListItem.newTest(title, testName, intent, requiredFeatures, in getTestsByCategory()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DOffhostUiccEmulatorTestActivity.java44 … adapter.add(TestListItem.newTest(this, R.string.nfc_offhost_uicc_transaction_event1_emulator, in onCreate()
48 … adapter.add(TestListItem.newTest(this, R.string.nfc_offhost_uicc_transaction_event2_emulator, in onCreate()
52 … adapter.add(TestListItem.newTest(this, R.string.nfc_offhost_uicc_transaction_event3_emulator, in onCreate()
DOffhostUiccReaderTestActivity.java44 … adapter.add(TestListItem.newTest(this, R.string.nfc_offhost_uicc_transaction_event1_reader, in onCreate()
48 … adapter.add(TestListItem.newTest(this, R.string.nfc_offhost_uicc_transaction_event2_reader, in onCreate()
52 … adapter.add(TestListItem.newTest(this, R.string.nfc_offhost_uicc_transaction_event3_reader, in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestActivity.java339 mNonMarketAppsTest = TestListItem.newTest(this, in setupTests()
416 mKeyguardDisabledFeaturesTest = TestListItem.newTest(this, in setupTests()
421 mAuthenticationBoundKeyTest = TestListItem.newTest(this, in setupTests()
427 mVpnTest = TestListItem.newTest(this, in setupTests()
433 mAlwaysOnVpnSettingsTest = TestListItem.newTest(this, in setupTests()
439 mDisallowAppsControlTest = TestListItem.newTest(this, in setupTests()
454 mTurnOffWorkFeaturesTest = TestListItem.newTest(this, in setupTests()
473 mRecentsTest = TestListItem.newTest(this, in setupTests()
480 mOrganizationInfoTest = TestListItem.newTest(this, in setupTests()
486 mKeyChainTest = TestListItem.newTest(this, in setupTests()
[all …]
DDeviceOwnerNegativeTestActivity.java90 adapter.add(TestListItem.newTest(this, provisioningNegativeTestInfo.getTitle(), in addTestsToAdapter()
92 adapter.add(TestListItem.newTest(this, R.string.enterprise_privacy_quick_settings_negative, in addTestsToAdapter()
DPolicyTransparencyTestListActivity.java154 adapter.add(TestListItem.newTest(title, testId, intent, null)); in addTestsToAdapter()
176 adapter.add(TestListItem.newTest(title, testId, intent, null)); in addTestsToAdapter()
DUtils.java47 return TestListItem.newTest(activity, titleRes, in createInteractiveTestItem()
DDeviceOwnerPositiveTestActivity.java445 adapter.add(TestListItem.newTest(this, in addTestsToAdapter()
463 return TestListItem.newTest(activity, titleRes, id, intent, null); in createTestItem()
DDeviceOwnerRequestingBugreportTestActivity.java185 return TestListItem.newTest(activity, titleRes, id, intent, null); in createTestItem()
DManagedUserPositiveTestActivity.java185 return TestListItem.newTest(activity, titleRes, id, intent, null); in createTestItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DDataFragment.java194 public void startTest(TestActivity.CTSTest newTest) { in startTest() argument
195 switch (newTest) { in startTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
DHceFReaderTestActivity.java43 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_reader, in onCreate()
DHceFEmulatorTestActivity.java48 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_emulator, in onCreate()
/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()