commit | 313105f5e0d9f6e8ac595a6235461c06ed071e40 | [log] [tgz] |
---|---|---|
author | Donghyun Cho <donghyun@google.com> | Fri Feb 03 13:35:49 2017 +0900 |
committer | Hyundo Moon <hdmoon@google.com> | Wed Feb 08 11:41:14 2017 +0000 |
tree | 9bae29343f85a44c9b4e4de3e3c8968759e881ee | |
parent | 7615e86a650cf1640169ee9104a478002d54dd1c [diff] |
MediaControllerCompat: Fix the test failure of getRatingType() A test for getRatingType() could fail when it's called before getting a extra binder. Currently this is an intended behavior so this change postpones the assertion until the result becomes available. Bug: 34248838 Test: ./gradlew support-media-compat:connectedCheck on the API 21 device Change-Id: I410d4e2437276d0146ab4725b9afff137e2c7e95 (cherry picked from commit bb1548192e230ad6cc1fbc0856837d58abf342c1)