Searched refs:A2dpNativeInterface (Results 1 – 8 of 8) sorted by relevance
43 public class A2dpNativeInterface { class44 private static final String TAG = A2dpNativeInterface.class.getSimpleName();49 private static A2dpNativeInterface sInstance;56 private A2dpNativeInterface() { in A2dpNativeInterface() method in A2dpNativeInterface68 public static A2dpNativeInterface getInstance() { in getInstance()71 sInstance = new A2dpNativeInterface(); in getInstance()79 public static void setInstance(A2dpNativeInterface instance) { in setInstance()
42 private A2dpNativeInterface mA2dpNativeInterface;60 A2dpCodecConfig(Context context, A2dpNativeInterface a2dpNativeInterface) { in A2dpCodecConfig()
79 private A2dpNativeInterface mA2dpNativeInterface;88 A2dpNativeInterface a2dpNativeInterface, in A2dpStateMachine()117 A2dpNativeInterface a2dpNativeInterface, in make()
89 private final A2dpNativeInterface mNativeInterface;126 this(adapterService, A2dpNativeInterface.getInstance(), Looper.getMainLooper()); in A2dpService()130 A2dpService(AdapterService adapterService, A2dpNativeInterface nativeInterface, Looper looper) { in A2dpService()
34 import com.android.bluetooth.a2dp.A2dpNativeInterface;80 @Mock private A2dpNativeInterface mA2dpNativeInterface;152 A2dpNativeInterface.setInstance(mA2dpNativeInterface); in setUp()170 A2dpNativeInterface.setInstance(null); in tearDown()
74 @Mock private A2dpNativeInterface mA2dpNativeInterface;
57 @Mock private A2dpNativeInterface mA2dpNativeInterface;
87 @Mock private A2dpNativeInterface mMockNativeInterface;