Searched defs:testInfo (Results 1 – 7 of 7) sorted by relevance
59 …public void run(TestInformation testInfo, ITestInvocationListener listener) throws DeviceNotAvaila… in run()
60 private void runDeviceTestMethodWithoutHiddenApiCheck(TestInfo testInfo, boolean instant) in runDeviceTestMethodWithoutHiddenApiCheck()
412 private void runTestAsUser(TestInfo testInfo, int userId) throws Exception { in runTestAsUser()
143 TestInformation testInfo, in runDeviceTest()183 void processDeviceReport(TestInformation testInfo, in processDeviceReport()
268 ImsCallForwardInfo testInfo = unparceledData.getCallForwardInfo().get(0); in testSetCallForwardingInfo() local298 ImsSsInfo testInfo = unparceledData.getSuppServiceInfo().get(0); in testSetSuppServiceInfo() local
115 virtual void OnTestStart(const testing::TestInfo &testInfo) override { in OnTestStart()213 auto testInfo = testCase->GetTestInfo(testIndex); in Java_com_android_gtestrunner_GtestRunner_nInitialize() local
265 public void testInfo() { in testInfo() method