Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java203 MockServiceConnection conn1 = new MockServiceConnection(true, false); in testTransact() local
210 getContext().bindService(mService, conn1, 0); in testTransact()
224 getContext().unbindService(conn1); in testTransact()
237 getContext().unbindService(conn1); in testTransact()
239 conn1 = new MockServiceConnection(true, true); in testTransact()
244 conn1.setMonitor(true); in testTransact()
246 getContext().bindService(mService, conn1, 0); in testTransact()
255 getContext().unbindService(conn1); in testTransact()
263 conn1.setMonitor(false); in testTransact()
268 getContext().unbindService(conn1); in testTransact()
[all …]