Home
last modified time | relevance | path

Searched refs:Avrcp (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java63 public final class Avrcp { class
144 private Avrcp(Context context) { in Avrcp() method in Avrcp
182 public static Avrcp make(Context context) { in make()
184 Avrcp ar = new Avrcp(context); in make()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java26 import com.android.bluetooth.avrcp.Avrcp;
43 private Avrcp mAvrcp;
55 mAvrcp = Avrcp.make(this); in start()