Searched refs:getUnboundServiceConnections (Results 1 – 4 of 4) sorted by relevance
50 assertThat(shadowOf(application).getUnboundServiceConnections()).isEmpty(); in shouldUnbindServiceAtShadowApplication()52 assertThat(shadowOf(application).getUnboundServiceConnections()).hasSize(1); in shouldUnbindServiceAtShadowApplication()
268 assertThat(shadowApplication.getUnboundServiceConnections()).hasSize(1); in unbindServiceAddsEntryToUnboundServicesCollection()269 assertThat(shadowApplication.getUnboundServiceConnections().get(0)).isSameInstanceAs(service); in unbindServiceAddsEntryToUnboundServicesCollection()552 assertThat(shadowApplication.getUnboundServiceConnections()).hasSize(0); in unbindServiceShouldRemoveServiceConnectionFromListOfBoundServiceConnections()555 assertThat(shadowApplication.getUnboundServiceConnections()).hasSize(1); in unbindServiceShouldRemoveServiceConnectionFromListOfBoundServiceConnections()556 assertThat(shadowApplication.getUnboundServiceConnections().get(0)) in unbindServiceShouldRemoveServiceConnectionFromListOfBoundServiceConnections()
125 public List<ServiceConnection> getUnboundServiceConnections() { in getUnboundServiceConnections() method in ShadowApplication126 return getShadowInstrumentation().getUnboundServiceConnections(); in getUnboundServiceConnections()
539 protected List<ServiceConnection> getUnboundServiceConnections() {