Home | History | Annotate | Download | only in keyguard

Lines Matching refs:playbackState

189             (isMusicPlaying(dcs.playbackState) ? TRANSPORT_VISIBLE : TRANSPORT_INVISIBLE));
192 + mTransportState + ", pbstate=" + dcs.playbackState);
241 private static final boolean isMusicPlaying(int playbackState) {
243 switch (playbackState) {