Home
last modified time | relevance | path

Searched refs:A2DP_SINK (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpSinkProfile.java95 BluetoothProfile.A2DP_SINK); in A2dpSinkProfile()
212 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.A2DP_SINK, in finalize()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java119 public static final int A2DP_SINK = 11; field
DBluetoothA2dpSink.java488 mServiceListener.onServiceConnected(BluetoothProfile.A2DP_SINK,
496 mServiceListener.onServiceDisconnected(BluetoothProfile.A2DP_SINK);
DBluetoothAdapter.java2030 } else if (profile == BluetoothProfile.A2DP_SINK) { in getProfileProxy()
2091 case BluetoothProfile.A2DP_SINK: in closeProfileProxy()