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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java245 private int mVolumeControlStreamType = AudioManager.USE_DEFAULT_STREAM_TYPE; field in class:PhoneWindow
1770 mVolumeControlStreamType, direction,
1776 getAudioManager().handleKeyDown(event, mVolumeControlStreamType);
1860 mVolumeControlStreamType, 0,
1868 // eat the event instead, because we have mVolumeControlStreamType
1870 getAudioManager().handleKeyUp(event, mVolumeControlStreamType);
4144 mVolumeControlStreamType = streamType;
4149 return mVolumeControlStreamType;

Completed in 38 milliseconds