Searched defs:testService (Results 1 – 4 of 4) sorted by relevance
194 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_notRegistered_delegatesToBaseContext() local220 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_registered_mutatesService() local
150 ITestService testService = in startVm() local
318 auto testService = ndk::SharedRefBase::make<TestService>(); in start_test_service() local
559 void runTests(ITestService testService, TestResults testResults) throws Exception; in runTests()