HomeSort by relevance Sort by last modified time
    Searched full:newtest (Results 1 - 25 of 37) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceEmulatorTestActivity.java 50 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_default_route_emulator,
54 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_emulator,
58 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_emulator,
62 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_emulator,
66 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_emulator,
70 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_emulator,
74 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_non_payment_emulator,
78 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_non_payment_emulator,
82 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_conflicting_non_payment_emulator,
86 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_non_payment_emulator
    [all...]
HceReaderTestActivity.java 44 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_reader,
48 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_reader,
52 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_reader,
56 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_reader,
60 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_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_foreground_non_payment_reader,
80 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_throughput_reader
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java 57 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_sender,
60 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_receiver,
65 adapter.add(TestListItem.newTest(this, R.string.nfc_llcp_version_check,
70 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef,
73 adapter.add(TestListItem.newTest(this, R.string.nfc_mifare_ultralight,
79 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_reader_tests,
82 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_emulator_tests,
89 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_reader_tests,
92 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_emulator_tests,
  /external/autotest/tko/
job_serializer_unittest.py 158 for test, newtest in zip(self.tko_job.tests,
161 self.assertEqual(test.subdir, newtest.subdir)
162 self.assertEqual(test.testname, newtest.testname)
163 self.assertEqual(test.status, newtest.status)
164 self.assertEqual(test.reason, newtest.reason)
165 self.assertEqual(test.machine, newtest.machine)
166 self.assertEqual(test.labels, newtest.labels)
168 self.check_time(test.started_time, newtest.started_time)
169 self.check_time(test.finished_time, newtest.finished_time)
171 self.check_iteration(test.iterations, newtest.iterations
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug455.go 20 func newTest() *test_t {
27 test := newTest()
  /prebuilts/go/linux-x86/test/fixedbugs/
bug455.go 20 func newTest() *test_t {
27 test := newTest()
  /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 100 public static TestListItem newTest(Context context, int titleResId, String testName,
103 return newTest(context.getString(titleResId), testName, intent, requiredFeatures,
107 public static TestListItem newTest(Context context, int titleResId, String testName,
109 return newTest(context.getString(titleResId), testName, intent, requiredFeatures,
113 public static TestListItem newTest(Context context, int titleResId, String testName,
115 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, null,
119 public static TestListItem newTest(String title, String testName, Intent intent,
125 public static TestListItem newTest(String title, String testName, Intent intent,
131 public static TestListItem newTest(String title, String testName, Intent intent,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
HceFEmulatorTestActivity.java 48 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_emulator,
HceFReaderTestActivity.java 43 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_reader,
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasTestList.java 57 static TestBase newTest(TestName testName) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_quopri.py 48 def newtest(self): function in function:withpythonimplementation
62 newtest.__name__ = testfunc.__name__
63 return newtest
test_new.py 6 class NewTest(unittest.TestCase):
160 test_support.run_unittest(NewTest)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_quopri.py 48 def newtest(self): function in function:withpythonimplementation
62 newtest.__name__ = testfunc.__name__
63 return newtest
test_new.py 6 class NewTest(unittest.TestCase):
160 test_support.run_unittest(NewTest)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_quopri.py 48 def newtest(self): function in function:withpythonimplementation
62 newtest.__name__ = testfunc.__name__
63 return newtest
test_new.py 6 class NewTest(unittest.TestCase):
160 test_support.run_unittest(NewTest)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_quopri.py 48 def newtest(self): function in function:withpythonimplementation
62 newtest.__name__ = testfunc.__name__
63 return newtest
test_new.py 6 class NewTest(unittest.TestCase):
160 test_support.run_unittest(NewTest)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
Utils.java 41 return TestListItem.newTest(activity, titleRes,
PolicyTransparencyTestListActivity.java 130 adapter.add(TestListItem.newTest(title, testId, intent, null));
143 adapter.add(TestListItem.newTest(title, testId, intent, null));
ByodFlowTestActivity.java 308 mKeyguardDisabledFeaturesTest = TestListItem.newTest(this,
313 mAuthenticationBoundKeyTest = TestListItem.newTest(this,
319 mVpnTest = TestListItem.newTest(this,
325 mDisallowAppsControlTest = TestListItem.newTest(this,
340 mTurnOffWorkFeaturesTest = TestListItem.newTest(this,
365 mOrganizationInfoTest = TestListItem.newTest(this,
383 mPolicyTransparencyTest = TestListItem.newTest(this,
    [all...]
DeviceOwnerNegativeTestActivity.java 69 adapter.add(TestListItem.newTest(this, deviceOwnerNegativeTestInfo.getTitle(),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java 158 adapter.add(TestListItem.newTest(this, title, info.getTestId(),

Completed in 1115 milliseconds

1 2