OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_REPORT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
248
String report = data.getString(BluetoothInputDevice.
EXTRA_REPORT
);
258
String report = data.getString(BluetoothInputDevice.
EXTRA_REPORT
);
516
data.putString(BluetoothInputDevice.
EXTRA_REPORT
, report);
535
data.putString(BluetoothInputDevice.
EXTRA_REPORT
, report);
/frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java
178
public static final String
EXTRA_REPORT
= "android.bluetooth.BluetoothInputDevice.extra.REPORT";
Completed in 39 milliseconds