Home
last modified time | relevance | path

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

/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DLibcoreTest.java59 …public void run(TestInformation testInfo, ITestInvocationListener listener) throws DeviceNotAvaila… in run()
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DShellCommandFromAppTest.java60 private void runDeviceTestMethodWithoutHiddenApiCheck(TestInfo testInfo, boolean instant) in runDeviceTestMethodWithoutHiddenApiCheck()
DMultiUserTest.java412 private void runTestAsUser(TestInfo testInfo, int userId) throws Exception { in runTestAsUser()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DReportProcessor.java143 TestInformation testInfo, in runDeviceTest()
183 void processDeviceReport(TestInformation testInfo, in processDeviceReport()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsSsDataTest.java268 ImsCallForwardInfo testInfo = unparceledData.getCallForwardInfo().get(0); in testSetCallForwardingInfo() local
298 ImsSsInfo testInfo = unparceledData.getSuppServiceInfo().get(0); in testSetSuppServiceInfo() local
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp115 virtual void OnTestStart(const testing::TestInfo &testInfo) override { in OnTestStart()
213 auto testInfo = testCase->GetTestInfo(testIndex); in Java_com_android_gtestrunner_GtestRunner_nInitialize() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java265 public void testInfo() { in testInfo() method