Home
last modified time | relevance | path

Searched refs:ChildServiceConnectionFactory (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/
DTestChildProcessConnection.java47 new ChildServiceConnectionFactory() { in TestChildProcessConnection()
/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessConnection.java87 protected interface ChildServiceConnectionFactory { interface in ChildProcessConnection
267 ChildServiceConnectionFactory connectionFactory) { in ChildProcessConnection()
276 connectionFactory = new ChildServiceConnectionFactory() { in ChildProcessConnection()
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/
DChildProcessConnectionTest.java90 private final ChildProcessConnection.ChildServiceConnectionFactory mServiceConnectionFactory =
91 new ChildProcessConnection.ChildServiceConnectionFactory() {