Searched refs:CONNECT_A2DP_INCOMING (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java66 public static final int CONNECT_A2DP_INCOMING = 4; field in class:BluetoothDeviceProfileState
282 case CONNECT_A2DP_INCOMING:
397 case CONNECT_A2DP_INCOMING:
499 case CONNECT_A2DP_INCOMING:
591 case CONNECT_A2DP_INCOMING:
642 if (mCommand != CONNECT_A2DP_INCOMING &&
666 case CONNECT_A2DP_INCOMING:
677 handleIncomingConnection(CONNECT_A2DP_INCOMING, value);
683 handleIncomingConnection(CONNECT_A2DP_INCOMING, false);
774 case CONNECT_A2DP_INCOMING
[all...]
/frameworks/base/core/java/android/server/
H A DBluetoothService.java2208 msg.what = BluetoothDeviceProfileState.CONNECT_A2DP_INCOMING;

Completed in 231 milliseconds