Searched refs:conn1a (Results 1 – 1 of 1) sorted by relevance
1505 IsolatedConnection conn1a = null; in testBindIsolatedServiceInstances() local1509 conn1a = new IsolatedConnection(); in testBindIsolatedServiceInstances()1511 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testBindIsolatedServiceInstances()1519 conn1a.waitForService(DELAY); in testBindIsolatedServiceInstances()1523 if (conn1a.getPid() != conn1b.getPid()) { in testBindIsolatedServiceInstances()1526 if (conn1a.getPid() == conn2.getPid()) { in testBindIsolatedServiceInstances()1530 conn1a.setValue(1); in testBindIsolatedServiceInstances()1531 assertEquals(1, conn1a.getValue()); in testBindIsolatedServiceInstances()1535 assertEquals(1, conn1a.getValue()); in testBindIsolatedServiceInstances()1540 assertEquals(3, conn1a.getValue()); in testBindIsolatedServiceInstances()[all …]