Home
last modified time | relevance | path

Searched refs:testInfo (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsSsDataTest.java268 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/
DShellCommandFromAppTest.java60 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()
DMultiUserTest.java412 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/
DReportProcessor.java143 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/
Dgtest_wrapper.cpp115 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/
DLibcoreTest.java59 …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/
DImageDecoderTest.java265 public void testInfo() { in testInfo() method