Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 7e992ec2 authored by Nathan Harold's avatar Nathan Harold
Browse files

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
parent da59b539
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment