Home
last modified time | relevance | path

Searched refs:ServiceLauncherContext (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java96 private ServiceLauncherContext mContext;
109 mContext = new ServiceLauncherContext(ApplicationProvider.getApplicationContext()); in setUp()
227 public final class ServiceLauncherContext extends ContextWrapper { class in VendorServiceControllerTest
239 ServiceLauncherContext(Context base) { in ServiceLauncherContext() method in VendorServiceControllerTest.ServiceLauncherContext
/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
DDriverDistractionExperimentalFeatureServiceTest.java235 ServiceLauncherContext serviceLauncherContext = new ServiceLauncherContext(spyContext); in testInit_bindsToServicesInXmlConfig()
734 public class ServiceLauncherContext extends ContextWrapper { class in DriverDistractionExperimentalFeatureServiceTest
740 ServiceLauncherContext(Context base) { in ServiceLauncherContext() method in DriverDistractionExperimentalFeatureServiceTest.ServiceLauncherContext