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.java1504 IsolatedConnection conn1b = null; in testBindIsolatedServiceInstances() local
1510 conn1b = new IsolatedConnection(); in testBindIsolatedServiceInstances()
1512 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances()
1518 conn1b.waitForService(DELAY); in testBindIsolatedServiceInstances()
1521 if (conn1a.getPid() != conn1b.getPid()) { in testBindIsolatedServiceInstances()
1530 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()
1534 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()
1537 conn1b.setValue(3); in testBindIsolatedServiceInstances()
1539 assertEquals(3, conn1b.getValue()); in testBindIsolatedServiceInstances()
1545 if (conn1b != null) { in testBindIsolatedServiceInstances()
[all …]