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

/frameworks/base/core/java/android/server/
H A DBluetoothInputProfileHandler.java21 import android.bluetooth.BluetoothDeviceProfileState;
65 BluetoothDeviceProfileState state) {
74 msg.arg1 = BluetoothDeviceProfileState.CONNECT_HID_OUTGOING;
93 BluetoothDeviceProfileState state) {
101 msg.arg1 = BluetoothDeviceProfileState.DISCONNECT_HID_OUTGOING;
H A DBluetoothService.java30 import android.bluetooth.BluetoothDeviceProfileState;
155 private final HashMap<String, BluetoothDeviceProfileState> mDeviceProfileState;
230 mDeviceProfileState = new HashMap<String, BluetoothDeviceProfileState>();
1106 BluetoothDeviceProfileState state = mDeviceProfileState.get(address);
1108 state.sendMessage(BluetoothDeviceProfileState.UNPAIR);
2112 BluetoothDeviceProfileState state = mDeviceProfileState.get(device.getAddress());
2127 BluetoothDeviceProfileState state = mDeviceProfileState.get(device.getAddress());
2326 BluetoothDeviceProfileState state = mDeviceProfileState.get(address);
2331 msg.what = BluetoothDeviceProfileState.CONNECT_HID_INCOMING;
2339 BluetoothDeviceProfileState stat
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfileState.java140 BluetoothDeviceProfileState deviceProfileMgr =
141 (BluetoothDeviceProfileState)msg.obj;
H A DBluetoothDeviceProfileState.java62 public final class BluetoothDeviceProfileState extends StateMachine { class in inherits:StateMachine
63 private static final String TAG = "BluetoothDeviceProfileState";
224 public BluetoothDeviceProfileState(Context context, String address, method in class:BluetoothDeviceProfileState
276 synchronized(BluetoothDeviceProfileState.this) {
285 synchronized(BluetoothDeviceProfileState.this) {
296 synchronized(BluetoothDeviceProfileState.this) {
301 synchronized(BluetoothDeviceProfileState.this) {

Completed in 392 milliseconds