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.java1194 IsolatedConnection conn1b = null; in testBindIsolatedServiceInstances() local
1200 conn1b = new IsolatedConnection(); in testBindIsolatedServiceInstances()
1202 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1b); in testBindIsolatedServiceInstances()
1208 conn1b.waitForService(DELAY); in testBindIsolatedServiceInstances()
1211 if (conn1a.getPid() != conn1b.getPid()) { in testBindIsolatedServiceInstances()
1220 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()
1224 assertEquals(1, conn1b.getValue()); in testBindIsolatedServiceInstances()
1227 conn1b.setValue(3); in testBindIsolatedServiceInstances()
1229 assertEquals(3, conn1b.getValue()); in testBindIsolatedServiceInstances()
1235 if (conn1b != null) { in testBindIsolatedServiceInstances()
[all …]