Searched refs:connectionBundle (Results 1 – 4 of 4) sorted by relevance
59 public void onBeforeConnectionSetup(Bundle connectionBundle) {} in onBeforeConnectionSetup() argument224 Bundle connectionBundle = createConnectionBundle(); in setupConnection() local225 mDelegate.onBeforeConnectionSetup(connectionBundle); in setupConnection()226 mConnection.setupConnection(connectionBundle, getClientInterfaces(), connectionCallback); in setupConnection()
184 ConnectionParams(Bundle connectionBundle, List<IBinder> clientInterfaces) { in ConnectionParams() argument185 mConnectionBundle = connectionBundle; in ConnectionParams()384 public void setupConnection(Bundle connectionBundle, @Nullable List<IBinder> clientInterfaces, in setupConnection() argument396 mConnectionParams = new ConnectionParams(connectionBundle, clientInterfaces); in setupConnection()
33 void onConnectionSetup(Bundle connectionBundle, List<IBinder> clientInterfaces); in onConnectionSetup() argument
48 public void onConnectionSetup(Bundle connectionBundle, List<IBinder> callbacks) { in onConnectionSetup() argument