Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java234 private List<Intent> mStartedServicesIntents = new ArrayList<>(); field in VendorServiceControllerTest.ServiceLauncherContext
246 mStartedServicesIntents.add(service); in startServiceAsUser()
321 assertHasService(mStartedServicesIntents, service, "started"); in assertStartedService()
327 assertThat(mStartedServicesIntents).isEmpty(); in verifyNoMoreServiceLaunches()
334 mStartedServicesIntents.clear(); in reset()