HomeSort by relevance Sort by last modified time
    Searched defs:connectSink (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 119 public boolean connectSink(BluetoothDevice device) {
120 if (DBG) log("connectSink(" + device + ")");
122 return mService.connectSink(device);
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 294 public synchronized boolean connectSink(BluetoothDevice device) {
297 if (DBG) log("connectSink(" + device + ")");
300 return mBluetoothService.connectSink(device.getAddress());
BluetoothService.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 74 * Timeout for {@link BluetoothA2dp#connectSink(BluetoothDevice)} in ms.
780 assertTrue(mA2dp.connectSink(device));
    [all...]

Completed in 52 milliseconds