Home
last modified time | relevance | path

Searched defs:testService (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSandboxedSdkContextUnitTest.java194 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_notRegistered_delegatesToBaseContext() local
220 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_registered_mutatesService() local
/packages/modules/Virtualization/tests/vmshareapp/src/java/com/android/microdroid/test/sharevm/
DVmShareServiceImpl.java150 ITestService testService = in startVm() local
/packages/modules/Virtualization/tests/testapk/src/native/
Dtestbinary.cpp318 auto testService = ndk::SharedRefBase::make<TestService>(); in start_test_service() local
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java559 void runTests(ITestService testService, TestResults testResults) throws Exception; in runTests()