commit | 7e992ec284cc7b138ac9d2929de17173b3b43dc7 | [log] [tgz] |
---|---|---|
author | Nathan Harold <nharold@google.com> | Tue Feb 12 13:25:47 2019 -0800 |
committer | Nathan Harold <nharold@google.com> | Tue Feb 12 15:10:38 2019 -0800 |
tree | 15419a08fdc1a343ac52113b86c3a9fda12a961d | |
parent | da59b539079694f61b523c33c02314bad283bffe [diff] |
Add Class-Filtered getCellSignalStrengths Add a version of getCellSignalStrengths that allows the caller to pass in a particular class version of interest, which returns only valid matching signal strengths of that type. A caller may now do: for(CellSignalStrengthLte lte : ss.getCellSignalStrengths( CellSignalStrengthLte.class)) { return lte.getRssnr(); } Bug: 123939399 Test: (cts) atest SignalStrengthTest Change-Id: Ia64d25df4e782f76e6474b92ca7cd60c2f7d2f5e