Searched refs:mStartedServicesIntents (Results 1 – 1 of 1) sorted by relevance
184 private List<Intent> mStartedServicesIntents = new ArrayList<>(); field in VendorServiceControllerTest.ServiceLauncherContext192 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()