Searched refs:AvrcpNativeInterface (Results 1 – 6 of 6) sorted by relevance
39 public class AvrcpNativeInterface { class40 private static final String TAG = AvrcpNativeInterface.class.getSimpleName();43 private static AvrcpNativeInterface sInstance;50 private AvrcpNativeInterface() { in AvrcpNativeInterface() method in AvrcpNativeInterface57 static AvrcpNativeInterface getInstance() { in getInstance()60 sInstance = new AvrcpNativeInterface(); in getInstance()69 public static void setInstance(AvrcpNativeInterface instance) { in setInstance()
63 private AvrcpNativeInterface mNativeInterface;66 mNativeInterface = AvrcpNativeInterface.getInstance(); in AvrcpCoverArtService()
72 AvrcpNativeInterface mNativeInterface;171 Context context, AudioManager audioManager, AvrcpNativeInterface nativeInterface) { in AvrcpVolumeManager()
70 private AvrcpNativeInterface mNativeInterface;214 mNativeInterface = AvrcpNativeInterface.getInstance(); in start()
35 import com.android.bluetooth.avrcp.AvrcpNativeInterface;81 @Mock private AvrcpNativeInterface mAvrcpNativeInterface;153 AvrcpNativeInterface.setInstance(mAvrcpNativeInterface); in setUp()171 AvrcpNativeInterface.setInstance(null); in tearDown()
56 @Mock AvrcpNativeInterface mNativeInterface;