Searched defs:onConnectionSetup (Results 1 – 5 of 5) sorted by relevance
33 void onConnectionSetup(Bundle connectionBundle, List<IBinder> clientInterfaces); in onConnectionSetup() method
31 void onConnectionSetup(Bundle connectionBundle, List<IBinder> clientInterfaces); in onConnectionSetup() method
48 public void onConnectionSetup(Bundle connectionBundle, List<IBinder> callbacks) { in onConnectionSetup() method in MultiprocessTestClientServiceDelegate
50 public void onConnectionSetup(Bundle connectionBundle, List<IBinder> callbacks) { in onConnectionSetup() method in MultiprocessTestClientServiceDelegate
24 protected abstract void onConnectionSetup(final ClientConnection connection, int errorCode); in onConnectionSetup() method in ClientConnectionHandler