Home
last modified time | relevance | path

Searched refs:mClientInterfaces (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessLauncher.java91 private final List<IBinder> mClientInterfaces; field in ChildProcessLauncher
117 mClientInterfaces = clientInterfaces; in ChildProcessLauncher()
252 return mClientInterfaces; in getClientInterfaces()
DChildProcessConnection.java182 final List<IBinder> mClientInterfaces; field in ChildProcessConnection.ConnectionParams
186 mClientInterfaces = clientInterfaces; in ConnectionParams()
536 mConnectionParams.mClientInterfaces); in doConnectionSetup()