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()
266 final class IsolatedConnection implements ServiceConnection { class in ServiceTest273 public IsolatedConnection() { in IsolatedConnection() method in ServiceTest.IsolatedConnection1294 IsolatedConnection conn1a = null; in testBindIsolatedServiceInstances()1295 IsolatedConnection conn1b = null; in testBindIsolatedServiceInstances()1296 IsolatedConnection conn2 = null; in testBindIsolatedServiceInstances()1298 conn1a = new IsolatedConnection(); in testBindIsolatedServiceInstances()1301 conn1b = new IsolatedConnection(); in testBindIsolatedServiceInstances()1304 conn2 = new IsolatedConnection(); in testBindIsolatedServiceInstances()1347 IsolatedConnection conn = new IsolatedConnection(); in testBindIsolatedServiceOnBackgroundThread()1365 IsolatedConnection mConnection;[all …]