commit | 153613263e5afbfa8f73717b5e903b4f2a6f7298 | [log] [tgz] |
---|---|---|
author | Hyundo Moon <hdmoon@google.com> | Mon Sep 18 17:01:48 2017 +0900 |
committer | Hyundo Moon <hdmoon@google.com> | Tue Sep 19 13:27:01 2017 +0900 |
tree | 23084fef8d0362ff4ee042635c81aba386973c0c | |
parent | 99f37420b247fa94911b07bdfcb6ea7496603ecb [diff] |
Prevent system crash when adjusting volume with illegal direction The system process crashes when any of below methods is called with illegal direction argument: - MediaController.adjustVolume() - AudioManager.adjustVolume() - AudioManager.adjustSuggestedStreamVolume() This CL fixes the crash. Bug: 65755677 Test: Added test methods to CTS. Passed the tests. Change-Id: I2fbf0459465c75e515110e1300630bda15e4a19e