Searched refs:inSandbox (Results 1 – 2 of 2) sorted by relevance
73 public ChildConnectionAllocator(boolean inSandbox) { in ChildConnectionAllocator() argument74 int numChildServices = inSandbox ? in ChildConnectionAllocator()81 setServiceClass(inSandbox ? in ChildConnectionAllocator()83 mInSandbox = inSandbox; in ChildConnectionAllocator()151 private static ChildConnectionAllocator getConnectionAllocator(boolean inSandbox) { in getConnectionAllocator() argument152 return inSandbox ? in getConnectionAllocator()157 boolean inSandbox, ChromiumLinkerParams chromiumLinkerParams) { in allocateConnection() argument170 return getConnectionAllocator(inSandbox).allocate(context, deathCallback, in allocateConnection()199 String[] commandLine, boolean inSandbox) { in allocateBoundConnection() argument202 allocateConnection(context, inSandbox, chromiumLinkerParams); in allocateBoundConnection()[all …]
187 ChildProcessConnectionImpl(Context context, int number, boolean inSandbox, in ChildProcessConnectionImpl() argument193 mInSandbox = inSandbox; in ChildProcessConnectionImpl()