Searched defs:mActiveStreamType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java179 private int mActiveStreamType = -1; field in class:VolumePanel
402 mActiveStreamType = -1;
403 mAudioManager.forceVolumeControlStream(mActiveStreamType);
494 pw.print(" mActiveStreamType="); pw.println(mActiveStreamType);
723 mActiveStreamType = -1;
726 mActiveStreamType = activeStreamType;
867 final StreamControl active = mStreamControls.get(mActiveStreamType);
888 : mActiveStreamType == AudioManager.STREAM_MUSIC ? TIMEOUT_DELAY_SHORT
922 final StreamControl active = mStreamControls.get(mActiveStreamType);
[all...]

Completed in 52 milliseconds