Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSandboxedSdkContextUnitTest.java179 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_notRegistered_delegatesToBaseContext() local
204 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testGetSystemService_registered_mutatesService() local
281 TestService testService = new TestService(InstrumentationRegistry.getContext()); in testCreateContextWithNewBase() local
/packages/modules/Virtualization/tests/vmshareapp/src/java/com/android/microdroid/test/sharevm/
DVmShareServiceImpl.java151 ITestService testService = in startVm() local
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostNfcFEmulationManagerTest.java92 private static final ComponentName testService = new ComponentName( field in HostNfcFEmulationManagerTest
/packages/modules/Virtualization/tests/testapk/src/native/
Dtestbinary.cpp343 auto testService = ndk::SharedRefBase::make<TestService>(); in start_test_service() local
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java678 void runTests(ITestService testService, TestResults testResults) throws Exception; in runTests()