Searched refs:IsolatedConnection (Results 1 – 2 of 2) sorted by relevance
131 class IsolatedConnection implements ServiceConnection { class in SeccompDeviceTest166 private IsolatedConnection bindService(Class<?> cls) { in bindService()169 IsolatedConnection conn = new IsolatedConnection(); in bindService()187 IsolatedConnection conn = bindService(IsolatedService.class); in testAppZygoteSyscalls()
223 final class IsolatedConnection implements ServiceConnection { class in ServiceTest230 public IsolatedConnection() { in IsolatedConnection() method in ServiceTest.IsolatedConnection1193 IsolatedConnection conn1a = null; in testBindIsolatedServiceInstances()1194 IsolatedConnection conn1b = null; in testBindIsolatedServiceInstances()1195 IsolatedConnection conn2 = null; in testBindIsolatedServiceInstances()1197 conn1a = new IsolatedConnection(); in testBindIsolatedServiceInstances()1200 conn1b = new IsolatedConnection(); in testBindIsolatedServiceInstances()1203 conn2 = new IsolatedConnection(); in testBindIsolatedServiceInstances()1246 IsolatedConnection conn = new IsolatedConnection(); in testBindIsolatedServiceOnBackgroundThread()1264 IsolatedConnection mConnection;[all …]