Searched refs:mBoundIntents (Results 1 – 2 of 2) sorted by relevance
232 private List<Intent> mBoundIntents = new ArrayList<>(); field in VendorServiceControllerTest.ServiceLauncherContext256 mBoundIntents.add(service); in bindServiceAsUser()314 assertHasService(mBoundIntents, service, "bound"); in assertBoundService()328 assertThat(mBoundIntents).isEmpty(); in verifyNoMoreServiceLaunches()335 mBoundIntents.clear(); in reset()
738 private List<Intent> mBoundIntents = new ArrayList<>(); field in DriverDistractionExperimentalFeatureServiceTest.ServiceLauncherContext748 mBoundIntents.add(service); in bindServiceAsUser()767 assertThat(mBoundIntents.stream().map(Intent::getComponent).collect( in assertBoundService()774 mBoundIntents.clear(); in reset()