/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 | 45 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_default_route_reader, 50 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_reader, 54 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_reader, 58 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_reader, 62 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_reader, 66 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_reader, 70 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_non_payment_reader, 74 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_non_payment_reader, 78 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_conflicting_non_payment_reader, 82 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_non_payment_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(),
|
/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,
|
ManifestTestListAdapter.java | 192 TestListItem item = TestListItem.newTest(title, testName, intent, requiredFeatures,
|
/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/ |
DeviceOwnerTestActivity.java | 73 adapter.add(TestListItem.newTest(this, DEVICE_OWNER_NEGATIVE_TEST_INFO.getTitle(),
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/ |
DeskClockTestsActivity.java | 158 adapter.add(TestListItem.newTest(this, title, info.getTestId(),
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
IPTestListJB.java | 102 static TestBase newTest(TestName testName) {
|
ImageProcessingActivityJB.java | 542 TestBase tb = IPTestListJB.newTest(t);
|
/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");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
StreamingVideoActivity.java | 219 streams.add(TestListItem.newTest(stream.name, PlayVideoActivity.getTestId(stream.code),
|