Searched refs:LatchedConnection (Results 1 – 1 of 1) sorted by relevance
178 private static class LatchedConnection implements ServiceConnection { class in ServiceTest181 LatchedConnection(CountDownLatch latch) { in LatchedConnection() method in ServiceTest.LatchedConnection2141 final ArrayList<LatchedConnection> connections = new ArrayList<>(); in testMaxServiceConnections()2150 final LatchedConnection connection = new LatchedConnection(latch); in testMaxServiceConnections()2159 final LatchedConnection connection = new LatchedConnection(latch); in testMaxServiceConnections()2165 final LatchedConnection connection = connections.remove(0); in testMaxServiceConnections()2171 final LatchedConnection connection = new LatchedConnection(latch); in testMaxServiceConnections()2201 final LatchedConnection connection = new LatchedConnection(latch); in testBindServiceFlagsLongInternal()