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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java64 public static final int CONNECT_HFP_INCOMING = 2; field in class:BluetoothDeviceProfileState
272 case CONNECT_HFP_INCOMING:
386 case CONNECT_HFP_INCOMING:
458 if (mCommand != CONNECT_HFP_INCOMING &&
477 case CONNECT_HFP_INCOMING:
490 handleIncomingConnection(CONNECT_HFP_INCOMING, value);
494 handleIncomingConnection(CONNECT_HFP_INCOMING, false);
580 case CONNECT_HFP_INCOMING:
581 processCommand(CONNECT_HFP_INCOMING);
662 case CONNECT_HFP_INCOMING
[all...]
/frameworks/base/core/java/android/server/
H A DBluetoothService.java2196 msg.what = BluetoothDeviceProfileState.CONNECT_HFP_INCOMING;

Completed in 56 milliseconds