Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java178 private static class LatchedConnection implements ServiceConnection { class in ServiceTest
181 LatchedConnection(CountDownLatch latch) { in LatchedConnection() method in ServiceTest.LatchedConnection
2141 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()