Searched refs:mBoundIntents (Results 1 – 1 of 1) sorted by relevance
183 private List<Intent> mBoundIntents = new ArrayList<>(); field in VendorServiceControllerTest.ServiceLauncherContext199 mBoundIntents.add(service); in bindServiceAsUser()216 assertThat(mBoundIntents).hasSize(1); in assertBoundService()217 assertThat(mBoundIntents.get(0).getComponent()) in assertBoundService()219 mBoundIntents.clear(); in assertBoundService()231 assertThat(mBoundIntents).isEmpty(); in verifyNoMoreServiceLaunches()236 mBoundIntents.clear(); in reset()