Searched refs:testInfo (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsSsDataTest.java | 268 ImsCallForwardInfo testInfo = unparceledData.getCallForwardInfo().get(0); in testSetCallForwardingInfo() local 269 assertEquals(info.getCondition(), testInfo.getCondition()); in testSetCallForwardingInfo() 270 assertEquals(info.getStatus(), testInfo.getStatus()); in testSetCallForwardingInfo() 271 assertEquals(info.getToA(), testInfo.getToA()); in testSetCallForwardingInfo() 272 assertEquals(info.getServiceClass(), testInfo.getServiceClass()); in testSetCallForwardingInfo() 273 assertEquals(info.getNumber(), testInfo.getNumber()); in testSetCallForwardingInfo() 274 assertEquals(info.getTimeSeconds(), testInfo.getTimeSeconds()); in testSetCallForwardingInfo() 298 ImsSsInfo testInfo = unparceledData.getSuppServiceInfo().get(0); in testSetSuppServiceInfo() local 300 testInfo.getIncomingCommunicationBarringNumber()); in testSetSuppServiceInfo() 301 assertEquals(info.getProvisionStatus(), testInfo.getProvisionStatus()); in testSetSuppServiceInfo() [all …]
|
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/ |
D | ShellCommandFromAppTest.java | 60 private void runDeviceTestMethodWithoutHiddenApiCheck(TestInfo testInfo, boolean instant) in runDeviceTestMethodWithoutHiddenApiCheck() argument 67 runDeviceTests(new DeviceTestRunOptions(testInfo.testPackage) in runDeviceTestMethodWithoutHiddenApiCheck() 70 .setTestClassName(testInfo.testClass) in runDeviceTestMethodWithoutHiddenApiCheck() 71 .setTestMethodName(testInfo.testMethod)); in runDeviceTestMethodWithoutHiddenApiCheck()
|
D | MultiUserTest.java | 412 private void runTestAsUser(TestInfo testInfo, int userId) throws Exception { in runTestAsUser() argument 413 runDeviceTests(new DeviceTestRunOptions(testInfo.testPackage) in runTestAsUser() 415 .setTestClassName(testInfo.testClass) in runTestAsUser() 416 .setTestMethodName(testInfo.testMethod) in runTestAsUser()
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | ReportProcessor.java | 143 TestInformation testInfo, in runDeviceTest() argument 165 instrTest.run(testInfo, new MediaBitstreamsListener()); in runDeviceTest() 183 void processDeviceReport(TestInformation testInfo, in processDeviceReport() argument 188 while (!runDeviceTest(testInfo, device, method, reportKey, 0, 0)) { in processDeviceReport()
|
/cts/common/device-side/nativetesthelper/jni/ |
D | gtest_wrapper.cpp | 115 virtual void OnTestStart(const testing::TestInfo &testInfo) override { in OnTestStart() argument 117 … createTestDescription(mEnv, mClassName, testInfo.test_case_name(), testInfo.name())); in OnTestStart() 213 auto testInfo = testCase->GetTestInfo(testIndex); in Java_com_android_gtestrunner_GtestRunner_nInitialize() local 215 createTestDescription(env, className, testCase->name(), testInfo->name())); in Java_com_android_gtestrunner_GtestRunner_nInitialize()
|
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
D | LibcoreTest.java | 59 …public void run(TestInformation testInfo, ITestInvocationListener listener) throws DeviceNotAvaila… in run() argument 74 super.run(testInfo, listener); in run()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 265 public void testInfo() { in testInfo() method
|