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
482 boundServiceConnections.add(serviceConnection);
514 boundServiceConnections.remove(serviceConnection);
532 return boundServiceConnections;