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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java188 private int mVolumeControlStreamType = AudioManager.USE_DEFAULT_STREAM_TYPE; field in class:PhoneWindow
1451 // eat the event instead, because we have mVolumeControlStreamType
1453 getAudioManager().handleKeyDown(event, mVolumeControlStreamType);
1513 // eat the event instead, because we have mVolumeControlStreamType
1515 getAudioManager().handleKeyUp(event, mVolumeControlStreamType);
3220 mVolumeControlStreamType = streamType;
3225 return mVolumeControlStreamType;

Completed in 73 milliseconds