Searched refs:mStartedServicesIntents (Results 1 – 1 of 1) sorted by relevance
234 private List<Intent> mStartedServicesIntents = new ArrayList<>(); field in VendorServiceControllerTest.ServiceLauncherContext246 mStartedServicesIntents.add(service); in startServiceAsUser()321 assertHasService(mStartedServicesIntents, service, "started"); in assertStartedService()327 assertThat(mStartedServicesIntents).isEmpty(); in verifyNoMoreServiceLaunches()334 mStartedServicesIntents.clear(); in reset()