Searched refs:conn1a (Results 1 – 1 of 1) sorted by relevance
1294 IsolatedConnection conn1a = null; in testBindIsolatedServiceInstances() local1298 conn1a = new IsolatedConnection(); in testBindIsolatedServiceInstances()1300 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testBindIsolatedServiceInstances()1308 conn1a.waitForService(DELAY); in testBindIsolatedServiceInstances()1312 if (conn1a.getPid() != conn1b.getPid()) { in testBindIsolatedServiceInstances()1315 if (conn1a.getPid() == conn2.getPid()) { in testBindIsolatedServiceInstances()1319 conn1a.setValue(1); in testBindIsolatedServiceInstances()1320 assertEquals(1, conn1a.getValue()); in testBindIsolatedServiceInstances()1324 assertEquals(1, conn1a.getValue()); in testBindIsolatedServiceInstances()1329 assertEquals(3, conn1a.getValue()); in testBindIsolatedServiceInstances()[all …]