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.java1580 IsolatedConnection conn1a = null; in testBindIsolatedServiceInstances() local
1584 conn1a = new IsolatedConnection(); in testBindIsolatedServiceInstances()
1586 mIsolatedService, Context.BIND_AUTO_CREATE, "1", mContextMainExecutor, conn1a); in testBindIsolatedServiceInstances()
1594 conn1a.waitForService(DELAY); in testBindIsolatedServiceInstances()
1598 if (conn1a.getPid() != conn1b.getPid()) { in testBindIsolatedServiceInstances()
1601 if (conn1a.getPid() == conn2.getPid()) { in testBindIsolatedServiceInstances()
1605 conn1a.setValue(1); in testBindIsolatedServiceInstances()
1606 assertEquals(1, conn1a.getValue()); in testBindIsolatedServiceInstances()
1610 assertEquals(1, conn1a.getValue()); in testBindIsolatedServiceInstances()
1615 assertEquals(3, conn1a.getValue()); in testBindIsolatedServiceInstances()
[all …]