Searched defs:AvrcpControllerService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java42 public class AvrcpControllerService extends ProfileService { class in inherits:ProfileService
44 private static final String TAG = "AvrcpControllerService";
49 private static AvrcpControllerService sAvrcpControllerService;
58 public AvrcpControllerService() { method in class:AvrcpControllerService
100 public static synchronized AvrcpControllerService getAvrcpControllerService(){
116 private static synchronized void setAvrcpControllerService(AvrcpControllerService instance) {
171 private AvrcpControllerService mService;
173 private AvrcpControllerService getService() {
185 BluetoothAvrcpControllerBinder(AvrcpControllerService svc) {
195 AvrcpControllerService servic
[all...]

Completed in 66 milliseconds