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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java490 handleIncomingConnection(CONNECT_HFP_INCOMING, value);
494 handleIncomingConnection(CONNECT_HFP_INCOMING, false);
677 handleIncomingConnection(CONNECT_A2DP_INCOMING, value);
683 handleIncomingConnection(CONNECT_A2DP_INCOMING, false);
756 private boolean handleIncomingConnection(int command, boolean accept) { method in class:BluetoothDeviceProfileState
758 Log.i(TAG, "handleIncomingConnection:" + command + ":" + accept);
888 handleIncomingConnection(command, true);
891 handleIncomingConnection(command, false);
910 handleIncomingConnection(command, true);
913 handleIncomingConnection(comman
[all...]

Completed in 29 milliseconds