HomeSort by relevance Sort by last modified time
    Searched full:newtest (Results 1 - 15 of 15) 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(),
  /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/
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/deskclock/
DeskClockTestsActivity.java 158 adapter.add(TestListItem.newTest(this, title, info.getTestId(),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 166 streams.add(TestListItem.newTest(stream.name, PlayVideoActivity.getTestId(stream.code),
  /frameworks/base/docs/html/tools/help/
monkeyrunner_concepts.jd 309 * namespace. During execution, the monkeyrunner program can refer to the variables "newtest"
313 anInterpreter.set("newtest", "enabled");
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 526 static ::testing::Test* NewTest() {\
542 test_case_name##_##test_name##_Test::NewTest);\

Completed in 1531 milliseconds