Home
last modified time | relevance | path

Searched refs:AVRCP_CONTROLLER (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java116 public static final int AVRCP_CONTROLLER = 11; field
DBluetoothAvrcpController.java232 mServiceListener.onServiceConnected(BluetoothProfile.AVRCP_CONTROLLER,
240 mServiceListener.onServiceDisconnected(BluetoothProfile.AVRCP_CONTROLLER);
DBluetoothAdapter.java1325 } else if (profile == BluetoothProfile.AVRCP_CONTROLLER) { in getProfileProxy()
1375 case BluetoothProfile.AVRCP_CONTROLLER: in closeProfileProxy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothUtil.java38 if (profile == BluetoothProfile.AVRCP_CONTROLLER) return "AVRCP_CONTROLLER"; in profileToString()
107 if (BluetoothUuid.AvrcpController.equals(uuid)) return BluetoothProfile.AVRCP_CONTROLLER; in uuidToProfile()