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.java1581 IsolatedConnection conn1b = null; in testBindIsolatedServiceInstances() local
1587 conn1b = new IsolatedConnection(); in testBindIsolatedServiceInstances()
1589 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances()
1595 conn1b.waitForService(DELAY); in testBindIsolatedServiceInstances()
1598 if (conn1a.getPid() != conn1b.getPid()) { in testBindIsolatedServiceInstances()
1607 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()
1611 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()
1614 conn1b.setValue(3); in testBindIsolatedServiceInstances()
1616 assertEquals(3, conn1b.getValue()); in testBindIsolatedServiceInstances()
1622 if (conn1b != null) { in testBindIsolatedServiceInstances()
[all …]