OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendGroupNavigationCmd
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java
271
public void
sendGroupNavigationCmd
(BluetoothDevice device, int keyCode, int keyState) {
272
Log.d(TAG, "
sendGroupNavigationCmd
dev = " + device + " key " + keyCode + " State = " + keyState);
275
mService.
sendGroupNavigationCmd
(device, keyCode, keyState);
278
Log.e(TAG, "Error talking to BT service in
sendGroupNavigationCmd
()", e);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java
307
public synchronized void
sendGroupNavigationCmd
(BluetoothDevice device, int keyCode, int keyState) {
308
Log.v(TAG, "
sendGroupNavigationCmd
keyCode: " + keyCode + " keyState: " + keyState);
310
Log.e(TAG, "
sendGroupNavigationCmd
device is null");
700
public void
sendGroupNavigationCmd
(BluetoothDevice device, int keyCode, int keyState) {
701
Log.v(TAG, "Binder Call:
sendGroupNavigationCmd
");
711
service.
sendGroupNavigationCmd
(device, keyCode, keyState);
[
all
...]
Completed in 2670 milliseconds