Searched refs:KEY_PLAYBACK_ACTIVE (Results 1 – 3 of 3) sorted by relevance
29 static final String KEY_PLAYBACK_ACTIVE = "android.media.key.PLAYBACK_ACTIVE"; field in MediaConstants
23 import static android.media.MediaConstants.KEY_PLAYBACK_ACTIVE;264 boolean playbackActive = connectionResult.getBoolean(KEY_PLAYBACK_ACTIVE); in onConnected()
23 import static android.media.MediaConstants.KEY_PLAYBACK_ACTIVE;405 connectionResult.putBoolean(KEY_PLAYBACK_ACTIVE, isPlaybackActive()); in onConnect()