Example usage for android.media MediaSession2.SupportLibraryImpl subclass-usage

List of usage examples for android.media MediaSession2.SupportLibraryImpl subclass-usage

Introduction

In this page you can find the example usage for android.media MediaSession2.SupportLibraryImpl subclass-usage.

Usage

From source file androidx.media.MediaSession2ImplBase.java

@TargetApi(Build.VERSION_CODES.KITKAT)
class MediaSession2ImplBase extends MediaSession2.SupportLibraryImpl {
    static final String TAG = "MS2ImplBase";
    static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);

    private final Object mLock = new Object();