Home
last modified time | relevance | path

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

/cts/tests/tests/externalservice/src/android/externalservice/cts/
DExternalServiceTest.java262 Connection prioConn = new Connection(); in testBindExternalAboveClient() local
263 assertTrue(getContext().bindService(intent, prioConn, in testBindExternalAboveClient()
269 ServiceIdentity idTwo = identifyService(new Messenger(prioConn.service)); in testBindExternalAboveClient()
280 getContext().unbindService(prioConn); in testBindExternalAboveClient()