commit | 701a5bdda51a8b2feddbb5e82a3ac3bbc6ce3fdd | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Aug 10 12:32:45 2017 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Aug 10 16:07:20 2017 -0700 |
tree | 06007e11e40c528ca5e85fb97f3b217b1ca7c6e7 | |
parent | cc1007af3350bd1a3c001da968a56655c7780cde [diff] [blame] |
Widen dummy band range to cover all regions. Bug: b/64115131 Test: VTS, instrumentation Change-Id: I34e9aac440a003226200243c835e6116ba7eae90
diff --git a/broadcastradio/1.1/utils/include/broadcastradio-utils/Utils.h b/broadcastradio/1.1/utils/include/broadcastradio-utils/Utils.h index 4d69c0a..24c60ee 100644 --- a/broadcastradio/1.1/utils/include/broadcastradio-utils/Utils.h +++ b/broadcastradio/1.1/utils/include/broadcastradio-utils/Utils.h
@@ -48,6 +48,9 @@ ProgramType getType(const ProgramSelector& sel); bool isAmFm(const ProgramType type); +bool isAm(const V1_0::Band band); +bool isFm(const V1_0::Band band); + bool hasId(const ProgramSelector& sel, const IdentifierType type); /**