Searched refs:getBoundServiceConnections (Results 1 – 4 of 4) sorted by relevance
525 assertThat(shadowApplication.getBoundServiceConnections()).hasSize(0); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnections()527 assertThat(shadowApplication.getBoundServiceConnections()).hasSize(1); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnections()528 assertThat(shadowApplication.getBoundServiceConnections().get(0)) in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnections()539 assertThat(shadowApplication.getBoundServiceConnections()).hasSize(0); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable()541 assertThat(shadowApplication.getBoundServiceConnections()).hasSize(1); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable()542 …assertThat(shadowApplication.getBoundServiceConnections().get(0)).isSameAs(expectedServiceConnecti… in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable()551 assertThat(shadowApplication.getBoundServiceConnections()).hasSize(1); in unbindServiceShouldRemoveServiceConnectionFromListOfBoundServiceConnections()554 assertThat(shadowApplication.getBoundServiceConnections()).hasSize(0); in unbindServiceShouldRemoveServiceConnectionFromListOfBoundServiceConnections()
187 assertThat(shadowOf(context).getBoundServiceConnections()).hasSize(1); in bindServiceAsUser()198 assertThat(shadowOf(context).getBoundServiceConnections()).hasSize(1); in bindService()
117 public List<ServiceConnection> getBoundServiceConnections() { in getBoundServiceConnections() method in ShadowApplication118 return getShadowInstrumentation().getBoundServiceConnections(); in getBoundServiceConnections()
526 protected List<ServiceConnection> getBoundServiceConnections() {