Searched refs:BluetoothInputDevice (Results 1 – 6 of 6) sorted by relevance
22 import android.bluetooth.BluetoothInputDevice;38 private BluetoothInputDevice mService;56 mService = (BluetoothInputDevice) proxy; in onServiceConnected()
25 import android.bluetooth.BluetoothInputDevice;121 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in LocalBluetoothProfileManager()
44 public final class BluetoothInputDevice implements BluetoothProfile { class241 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { in BluetoothInputDevice() method in BluetoothInputDevice485 … mServiceListener.onServiceConnected(BluetoothProfile.INPUT_DEVICE, BluetoothInputDevice.this);
1908 BluetoothInputDevice iDev = new BluetoothInputDevice(context, listener); in getProfileProxy()1965 BluetoothInputDevice iDev = (BluetoothInputDevice)proxy; in closeProfileProxy()
229 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()324 mInput = (BluetoothInputDevice) proxy;363 private BluetoothInputDevice mInput = null;957 assertTrue(((BluetoothInputDevice)proxy).connect(device)); in connectProfile()1032 assertTrue(((BluetoothInputDevice)proxy).disconnect(device)); in disconnectProfile()1258 if (state == BluetoothInputDevice.STATE_DISCONNECTED in disconnectFromRemoteOrVerifyConnectNap()1276 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask)); in disconnectFromRemoteOrVerifyConnectNap()1425 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver()
647 android.bluetooth.BluetoothInputDevice648 android.bluetooth.BluetoothInputDevice$1649 android.bluetooth.BluetoothInputDevice$2