commit | 831041036587efbceb395bface176752a6b560bc | [log] [tgz] |
---|---|---|
author | John Spurlock <jspurlock@google.com> | Thu Feb 12 23:25:12 2015 -0500 |
committer | John Spurlock <jspurlock@google.com> | Fri Feb 13 09:27:15 2015 -0500 |
tree | 10b0e62c2f9a62c4fd3edad4148488a6d9d040b0 | |
parent | ad680d46be19cbee16d42cbed4d2ed250648ac0b [diff] |
NLS: Add a public signal value for an undefined filter value. We have three possible defined values for getInterruptionFilter(). i.e. All/Priority/None. However, this value is only returned to listeners once connected, otherwise we return 0, an undefined value. This change gives a name to this undefined value to make it clear that callers should not infer any meaning from it. INTERRUPTION_FILTER_UNKNOWN = 0; Bug: 19288429 Change-Id: I8ae94d1723289ca5714800906f9bf4e7e8111813