Searched refs:ChildConnectionAllocator (Results 1 – 1 of 1) sorted by relevance
55 private static class ChildConnectionAllocator { class in ChildProcessLauncher73 public ChildConnectionAllocator(boolean inSandbox) { in ChildConnectionAllocator() method in ChildProcessLauncher.ChildConnectionAllocator132 private static final ChildConnectionAllocator sSandboxedChildConnectionAllocator =133 new ChildConnectionAllocator(true);134 private static final ChildConnectionAllocator sPrivilegedChildConnectionAllocator =135 new ChildConnectionAllocator(false);151 private static ChildConnectionAllocator getConnectionAllocator(boolean inSandbox) { in getConnectionAllocator()