Searched defs:testService (Results 1 – 5 of 5) sorted by relevance
179 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_notRegistered_delegatesToBaseContext() local204 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_registered_mutatesService() local281 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testCreateContextWithNewBase() local
151 ITestService testService = in startVm() local
92 private static final ComponentName testService = new ComponentName( field in HostNfcFEmulationManagerTest
343 auto testService = ndk::SharedRefBase::make<TestService>(); in start_test_service() local
678 void runTests(ITestService testService, TestResults testResults) throws Exception; in runTests()