Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java1295 IsolatedConnection conn1b = null; in testBindIsolatedServiceInstances() local
1301 conn1b = new IsolatedConnection(); in testBindIsolatedServiceInstances()
1303 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances()
1309 conn1b.waitForService(DELAY); in testBindIsolatedServiceInstances()
1312 if (conn1a.getPid() != conn1b.getPid()) { in testBindIsolatedServiceInstances()
1321 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()
1325 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()
1328 conn1b.setValue(3); in testBindIsolatedServiceInstances()
1330 assertEquals(3, conn1b.getValue()); in testBindIsolatedServiceInstances()
1336 if (conn1b != null) { in testBindIsolatedServiceInstances()
[all …]