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.java184 private List<Intent> mStartedServicesIntents = new ArrayList<>(); field in VendorServiceControllerTest.ServiceLauncherContext
192 mStartedServicesIntents.add(service); in startServiceAsUser()
223 assertThat(mStartedServicesIntents).hasSize(1); in assertStartedService()
224 assertThat(mStartedServicesIntents.get(0).getComponent()) in assertStartedService()
226 mStartedServicesIntents.clear(); in assertStartedService()
230 assertThat(mStartedServicesIntents).isEmpty(); in verifyNoMoreServiceLaunches()
235 mStartedServicesIntents.clear(); in reset()