Home
last modified time | relevance | path

Searched refs:getCsiCqiReport (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellSignalStrengthNrTest.java95 assertThat(css.getCsiCqiReport()).isEqualTo(getCsiCqiList()); in testGetMethod()
123 assertThat(css.getCsiCqiReport()).isEqualTo(getCsiCqiList()); in testGetMethodWithHal()
151 assertThat(css.getCsiCqiReport()).isEqualTo(Collections.emptyList()); in testUnavailableValueWithHal()
247 assertThat(css.getCsiCqiReport()).isEqualTo(getCsiCqiList()); in testParcel()
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthNr.java313 public List<Integer> getCsiCqiReport() { in getCsiCqiReport() method in CellSignalStrengthNr
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt44591 …ethod @IntRange(from=0, to=15) @NonNull public java.util.List<java.lang.Integer> getCsiCqiReport();