OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INPUT_DEVICE
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java
76
public static final int
INPUT_DEVICE
= 4;
BluetoothInputDevice.java
467
mServiceListener.onServiceConnected(BluetoothProfile.
INPUT_DEVICE
, BluetoothInputDevice.this);
474
mServiceListener.onServiceDisconnected(BluetoothProfile.
INPUT_DEVICE
);
BluetoothAdapter.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
HidProfile.java
90
BluetoothProfile.
INPUT_DEVICE
);
193
BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.
INPUT_DEVICE
,
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java
281
mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.
INPUT_DEVICE
, null);
285
mTestUtils.connectProfile(adapter, device, BluetoothProfile.
INPUT_DEVICE
,
287
mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.
INPUT_DEVICE
,
BluetoothTestUtils.java
226
case BluetoothProfile.
INPUT_DEVICE
:
321
case BluetoothProfile.
INPUT_DEVICE
:
341
case BluetoothProfile.
INPUT_DEVICE
:
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
577
notifyProfileConnectionStateChanged(device, BluetoothProfile.
INPUT_DEVICE
,
Completed in 285 milliseconds