Home
last modified time | relevance | path

Searched defs: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()
224 Bundle connectionBundle = createConnectionBundle(); in setupConnection() local
DChildProcessServiceDelegate.java33 void onConnectionSetup(Bundle connectionBundle, List<IBinder> clientInterfaces); in onConnectionSetup()
DChildProcessConnection.java184 ConnectionParams(Bundle connectionBundle, List<IBinder> clientInterfaces) { in ConnectionParams()
384 public void setupConnection(Bundle connectionBundle, @Nullable List<IBinder> clientInterfaces, in setupConnection()
/external/libchrome/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientServiceDelegate.java48 public void onConnectionSetup(Bundle connectionBundle, List<IBinder> callbacks) { in onConnectionSetup()