Home
last modified time | relevance | path

Searched refs:sIsMbrPendingIntentSupported (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/media/src/main/java/android/support/v4/media/session/
DMediaSessionCompat.java3083 private static boolean sIsMbrPendingIntentSupported = true; field in MediaSessionCompat.MediaSessionImplApi18
3141 if (sIsMbrPendingIntentSupported) { in registerMediaButtonEventReceiver()
3147 sIsMbrPendingIntentSupported = false; in registerMediaButtonEventReceiver()
3151 if (!sIsMbrPendingIntentSupported) { in registerMediaButtonEventReceiver()
3159 if (sIsMbrPendingIntentSupported) { in unregisterMediaButtonEventReceiver()