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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfileState.java129 BluetoothDeviceProfileState deviceProfileMgr =
130 (BluetoothDeviceProfileState)msg.obj;
H A DBluetoothDeviceProfileState.java59 public final class BluetoothDeviceProfileState extends HierarchicalStateMachine { class in inherits:HierarchicalStateMachine
60 private static final String TAG = "BluetoothDeviceProfileState";
187 public BluetoothDeviceProfileState(Context context, String address, method in class:BluetoothDeviceProfileState
229 synchronized(BluetoothDeviceProfileState.this) {
234 synchronized(BluetoothDeviceProfileState.this) {
245 synchronized(BluetoothDeviceProfileState.this) {
250 synchronized(BluetoothDeviceProfileState.this) {
/frameworks/base/core/java/android/server/
H A DBluetoothService.java30 import android.bluetooth.BluetoothDeviceProfileState;
136 private final HashMap<String, BluetoothDeviceProfileState> mDeviceProfileState;
206 mDeviceProfileState = new HashMap<String, BluetoothDeviceProfileState>();
1310 BluetoothDeviceProfileState state = mDeviceProfileState.get(address);
1312 state.sendMessage(BluetoothDeviceProfileState.UNPAIR);
2114 BluetoothDeviceProfileState state = mDeviceProfileState.get(address);
2117 msg.arg1 = BluetoothDeviceProfileState.CONNECT_HFP_OUTGOING;
2126 BluetoothDeviceProfileState state = mDeviceProfileState.get(address);
2129 msg.arg1 = BluetoothDeviceProfileState.DISCONNECT_HFP_OUTGOING;
2138 BluetoothDeviceProfileState stat
[all...]

Completed in 83 milliseconds