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.java1503 IsolatedConnection conn1a = null; in testBindIsolatedServiceInstances() local
1507 conn1a = new IsolatedConnection(); in testBindIsolatedServiceInstances()
1509 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testBindIsolatedServiceInstances()
1517 conn1a.waitForService(DELAY); in testBindIsolatedServiceInstances()
1521 if (conn1a.getPid() != conn1b.getPid()) { in testBindIsolatedServiceInstances()
1524 if (conn1a.getPid() == conn2.getPid()) { in testBindIsolatedServiceInstances()
1528 conn1a.setValue(1); in testBindIsolatedServiceInstances()
1529 assertEquals(1, conn1a.getValue()); in testBindIsolatedServiceInstances()
1533 assertEquals(1, conn1a.getValue()); in testBindIsolatedServiceInstances()
1538 assertEquals(3, conn1a.getValue()); in testBindIsolatedServiceInstances()
[all …]