HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothInputDevice (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java 22 import android.bluetooth.BluetoothInputDevice;
68 getInputDeviceConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED ||
69 getInputDevicePriority(device) == BluetoothInputDevice.PRIORITY_OFF) {
84 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_CONNECTING);
86 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_DISCONNECTED);
96 getInputDeviceConnectionState(device) == BluetoothInputDevice.STATE_DISCONNECTED) {
111 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_DISCONNECTING);
113 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_CONNECTED);
121 return BluetoothInputDevice.STATE_DISCONNECTED;
128 new int[] {BluetoothInputDevice.STATE_CONNECTED})
    [all...]
BluetoothEventLoop.java 24 import android.bluetooth.BluetoothInputDevice;
    [all...]
BluetoothService.java 33 import android.bluetooth.BluetoothInputDevice;
94 private BluetoothInputDevice mInputDevice;
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
HidProfile.java 21 import android.bluetooth.BluetoothInputDevice;
33 private BluetoothInputDevice mService;
46 mService = (BluetoothInputDevice) proxy;
LocalBluetoothProfileManager.java 22 import android.bluetooth.BluetoothInputDevice;
110 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 35 *<p>BluetoothInputDevice is a proxy object for controlling the Bluetooth
37 * the BluetoothInputDevice proxy object.
42 public final class BluetoothInputDevice implements BluetoothProfile {
43 private static final String TAG = "BluetoothInputDevice";
99 * Create a BluetoothInputDevice proxy object for interacting with the local
103 /*package*/ BluetoothInputDevice(Context mContext, ServiceListener l) {
BluetoothProfileState.java 77 } else if (action.equals(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED)) {
101 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
BluetoothAdapter.java     [all...]
BluetoothDeviceProfileState.java 167 } else if (action.equals(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED)) {
246 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
358 BluetoothInputDevice.STATE_DISCONNECTED) {
390 BluetoothInputDevice.PRIORITY_AUTO_CONNECT) {
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 227 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED;
322 mInput = (BluetoothInputDevice) proxy;
361 private BluetoothInputDevice mInput = null;
    [all...]

Completed in 3302 milliseconds