Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DTestListActivity.java71 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
75 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
81 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
85 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
91 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
95 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
101 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
105 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
111 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
115 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DP2pTestListActivity.java74 adapter.add(TestListItem.newTest(this, in onCreate()
78 adapter.add(TestListItem.newTest(this, in onCreate()
85 adapter.add(TestListItem.newTest(this, in onCreate()
89 adapter.add(TestListItem.newTest(this, in onCreate()
95 adapter.add(TestListItem.newTest(this, in onCreate()
99 adapter.add(TestListItem.newTest(this, in onCreate()
104 adapter.add(TestListItem.newTest(this, in onCreate()
108 adapter.add(TestListItem.newTest(this, in onCreate()
113 adapter.add(TestListItem.newTest(this, in onCreate()
117 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()
77 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
84 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
88 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
92 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
96 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
100 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcTestActivity.java57 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef, in onCreate()
60 adapter.add(TestListItem.newTest(this, R.string.nfc_mifare_ultralight, in onCreate()
68 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_reader_tests, in onCreate()
72 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_emulator_tests, in onCreate()
80 adapter.add(TestListItem.newTest(this, R.string.nfc_offhost_uicc_reader_tests, in onCreate()
84 adapter.add(TestListItem.newTest(this, R.string.nfc_offhost_uicc_emulator_tests, in onCreate()
/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.java331 mNonMarketAppsTest = TestListItem.newTest(this, in setupTests()
402 mKeyguardDisabledFeaturesTest = TestListItem.newTest(this, in setupTests()
407 mAuthenticationBoundKeyTest = TestListItem.newTest(this, in setupTests()
413 mVpnTest = TestListItem.newTest(this, in setupTests()
419 mAlwaysOnVpnSettingsTest = TestListItem.newTest(this, in setupTests()
425 mDisallowAppsControlTest = TestListItem.newTest(this, in setupTests()
440 mCrossProfilePermissionControl = TestListItem.newTest(this, in setupTests()
447 mTurnOffWorkFeaturesTest = TestListItem.newTest(this, in setupTests()
466 mRecentsTest = TestListItem.newTest(this, in setupTests()
473 mOrganizationInfoTest = 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.java159 adapter.add(TestListItem.newTest(title, testId, intent, null)); in addTestsToAdapter()
187 adapter.add(TestListItem.newTest(title, testId, intent, null)); in addTestsToAdapter()
DDeviceOwnerPositiveTestActivity.java318 adapter.add(TestListItem.newTest(this, in addTestsToAdapter()
633 adapter.add(TestListItem.newTest(this, in addTestsToAdapter()
704 return TestListItem.newTest(activity, titleRes, id, intent, null); in createTestItem()
DUtils.java53 return TestListItem.newTest(activity, titleRes, in createInteractiveTestItem()
DManagedUserPositiveTestActivity.java207 return TestListItem.newTest(activity, titleRes, id, intent, null); in createTestItem()
DDeviceOwnerRequestingBugreportTestActivity.java258 return TestListItem.newTest(activity, titleRes, id, intent, null); in createTestItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java150 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
158 return newTest( in newTest()
171 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
178 return newTest( in newTest()
191 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
197 return newTest( in newTest()
210 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
240 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
269 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
292 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
[all …]
DManifestTestListAdapter.java318 TestListItem.newTest( in getTestsByCategory()
/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.java212 streams.add(TestListItem.newTest(stream.name, PlayVideoActivity.getTestId(stream.code),
/cts/apps/CtsVerifier/src/com/android/cts/verifier/capturecontentfornotes/
DCaptureContentForNotesVerifierActivity.java209 adapter.add(TestListAdapter.TestListItem.newTest(this, title, testId, intent, in addTestsToAdapter()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java178 adapter.add(TestListItem.newTest(this, title, testId, intent, in addTests()