OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPlayerSettings
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java
235
public BluetoothAvrcpPlayerSettings
getPlayerSettings
(BluetoothDevice device) {
236
if (DBG) Log.d(TAG, "
getPlayerSettings
");
240
settings = mService.
getPlayerSettings
(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java
393
public synchronized BluetoothAvrcpPlayerSettings
getPlayerSettings
(BluetoothDevice device) {
399
Log.e(TAG, "
getPlayerSettings
device is null");
715
public BluetoothAvrcpPlayerSettings
getPlayerSettings
(BluetoothDevice device) {
726
return service.
getPlayerSettings
(device);
[
all
...]
Completed in 197 milliseconds