Home
last modified time | relevance | path

Searched refs:conn1a (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DServiceTest.java1294 IsolatedConnection conn1a = null; in testBindIsolatedServiceInstances() local
1298 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 …]