Searched refs:IsolatedConnection (Results 1 – 2 of 2) sorted by relevance
132 class IsolatedConnection implements ServiceConnection { class in SeccompDeviceTest167 private IsolatedConnection bindService(Class<?> cls) { in bindService()170 IsolatedConnection conn = new IsolatedConnection(); in bindService()188 IsolatedConnection conn = bindService(IsolatedService.class); in testAppZygoteSyscalls()
273 final class IsolatedConnection implements ServiceConnection { class in ServiceTest280 public IsolatedConnection() { in IsolatedConnection() method in ServiceTest.IsolatedConnection1505 IsolatedConnection conn1a = null; in testBindIsolatedServiceInstances()1506 IsolatedConnection conn1b = null; in testBindIsolatedServiceInstances()1507 IsolatedConnection conn2 = null; in testBindIsolatedServiceInstances()1509 conn1a = new IsolatedConnection(); in testBindIsolatedServiceInstances()1512 conn1b = new IsolatedConnection(); in testBindIsolatedServiceInstances()1515 conn2 = new IsolatedConnection(); in testBindIsolatedServiceInstances()1558 IsolatedConnection conn = new IsolatedConnection(); in testBindIsolatedServiceOnBackgroundThread()1576 IsolatedConnection mConnection;[all …]