Home
last modified time | relevance | path

Searched refs:connectionBundle (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessLauncher.java59 public void onBeforeConnectionSetup(Bundle connectionBundle) {} in onBeforeConnectionSetup() argument
224 Bundle connectionBundle = createConnectionBundle(); in setupConnection() local
225 mDelegate.onBeforeConnectionSetup(connectionBundle); in setupConnection()
226 mConnection.setupConnection(connectionBundle, getClientInterfaces(), connectionCallback); in setupConnection()
DChildProcessConnection.java184 ConnectionParams(Bundle connectionBundle, List<IBinder> clientInterfaces) { in ConnectionParams() argument
185 mConnectionBundle = connectionBundle; in ConnectionParams()
384 public void setupConnection(Bundle connectionBundle, @Nullable List<IBinder> clientInterfaces, in setupConnection() argument
396 mConnectionParams = new ConnectionParams(connectionBundle, clientInterfaces); in setupConnection()
DChildProcessServiceDelegate.java33 void onConnectionSetup(Bundle connectionBundle, List<IBinder> clientInterfaces); in onConnectionSetup() argument
/external/libchrome/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientServiceDelegate.java48 public void onConnectionSetup(Bundle connectionBundle, List<IBinder> callbacks) { in onConnectionSetup() argument