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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java63 public static final int CONNECT_HFP_OUTGOING = 1; field in class:BluetoothDeviceProfileState
268 case CONNECT_HFP_OUTGOING:
333 } else if (message.arg1 == CONNECT_HFP_OUTGOING) {
362 if (mCommand != CONNECT_HFP_OUTGOING &&
380 case CONNECT_HFP_OUTGOING:
387 if (mCommand == CONNECT_HFP_OUTGOING) {
389 cancelCommand(CONNECT_HFP_OUTGOING);
410 if (mCommand == CONNECT_HFP_OUTGOING) {
412 cancelCommand(CONNECT_HFP_OUTGOING);
421 cancelCommand(CONNECT_HFP_OUTGOING);
[all...]
/frameworks/base/core/java/android/server/
H A DBluetoothService.java2117 msg.arg1 = BluetoothDeviceProfileState.CONNECT_HFP_OUTGOING;

Completed in 561 milliseconds