Home
last modified time | relevance | path

Searched refs:boundServiceConnections (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInstrumentation.java69 private List<ServiceConnection> boundServiceConnections = new ArrayList<>(); field in ShadowInstrumentation
477 boundServiceConnections.add(serviceConnection);
509 boundServiceConnections.remove(serviceConnection);
527 return boundServiceConnections;