Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInstrumentation.java70 private List<ServiceConnection> unboundServiceConnections = new ArrayList<>(); field in ShadowInstrumentation
483 unboundServiceConnections.remove(serviceConnection);
513 unboundServiceConnections.add(serviceConnection);
540 return unboundServiceConnections;