Searched refs:conn1b (Results 1 – 1 of 1) sorted by relevance
1506 IsolatedConnection conn1b = null; in testBindIsolatedServiceInstances() local1512 conn1b = new IsolatedConnection(); in testBindIsolatedServiceInstances()1514 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances()1520 conn1b.waitForService(DELAY); in testBindIsolatedServiceInstances()1523 if (conn1a.getPid() != conn1b.getPid()) { in testBindIsolatedServiceInstances()1532 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()1536 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()1539 conn1b.setValue(3); in testBindIsolatedServiceInstances()1541 assertEquals(3, conn1b.getValue()); in testBindIsolatedServiceInstances()1547 if (conn1b != null) { in testBindIsolatedServiceInstances()[all …]