Searched refs:getUnboundServiceConnections (Results 1 – 2 of 2) sorted by relevance
154 assertEquals(1, shadowApplication.getUnboundServiceConnections().size()); in unbindServiceAddsEntryToUnboundServicesCollection()155 assertEquals(service, shadowApplication.getUnboundServiceConnections().get(0)); in unbindServiceAddsEntryToUnboundServicesCollection()
222 public List<ServiceConnection> getUnboundServiceConnections() { in getUnboundServiceConnections() method in ShadowApplication