List of usage examples for android.media MediaSession2.SupportLibraryImpl subclass-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();