Searched refs:AvrcpControllerNativeInterface (Results 1 – 9 of 9) sorted by relevance
31 public class AvrcpControllerNativeInterface { class32 static final String TAG = AvrcpControllerNativeInterface.class.getSimpleName();37 private static AvrcpControllerNativeInterface sInstance;41 static AvrcpControllerNativeInterface getInstance() { in getInstance()44 sInstance = new AvrcpControllerNativeInterface(); in getInstance()52 public static void setInstance(AvrcpControllerNativeInterface instance) { in setInstance()
103 private final AvrcpControllerNativeInterface mNativeInterface;138 mNativeInterface = requireNonNull(AvrcpControllerNativeInterface.getInstance()); in AvrcpControllerService()142 public AvrcpControllerService(Context ctx, AvrcpControllerNativeInterface nativeInterface) { in AvrcpControllerService()
120 protected final AvrcpControllerNativeInterface mNativeInterface;150 AvrcpControllerNativeInterface nativeInterface, in AvrcpControllerStateMachine()
42 AvrcpControllerNativeInterface.createFromNativeMediaItem( in createFromNativeMediaItem()67 AvrcpControllerNativeInterface.createFromNativeFolderItem( in createFromNativeFolderItem()88 AvrcpControllerNativeInterface.createFromNativePlayerItem( in createFromNativePlayerItem()
57 @Mock private AvrcpControllerNativeInterface mNativeInterface;69 AvrcpControllerNativeInterface.setInstance(mNativeInterface); in setUp()90 AvrcpControllerNativeInterface.setInstance(null); in tearDown()
62 @Mock private AvrcpControllerNativeInterface mNativeInterface;67 AvrcpControllerNativeInterface.setInstance(mNativeInterface); in setUp()75 AvrcpControllerNativeInterface.setInstance(null); in tearDown()
84 @Mock private AvrcpControllerNativeInterface mNativeInterface;93 AvrcpControllerNativeInterface.setInstance(mNativeInterface); in setUp()118 AvrcpControllerNativeInterface.setInstance(null); in tearDown()
89 @Mock private AvrcpControllerNativeInterface mNativeInterface;
37 import com.android.bluetooth.avrcpcontroller.AvrcpControllerNativeInterface;65 @Mock private AvrcpControllerNativeInterface mMockAvrcpControllerNativeInterface;86 AvrcpControllerNativeInterface.setInstance(mMockAvrcpControllerNativeInterface); in setUp()116 AvrcpControllerNativeInterface.setInstance(null); in tearDown()