Home
last modified time | relevance | path

Searched refs:RSSI (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellSignalStrengthTdscdmaTest.java34 private static final int RSSI = -95; field in CellSignalStrengthTdscdmaTest
40 CellSignalStrengthTdscdma css = new CellSignalStrengthTdscdma(RSSI, BER, RSCP); in testConstructor()
41 assertEquals(RSSI, css.getRssi()); in testConstructor()
64 assertTrue(new CellSignalStrengthTdscdma(RSSI, BER, RSCP).equals( in testEquals()
65 new CellSignalStrengthTdscdma(RSSI, BER, RSCP))); in testEquals()
66 assertFalse(new CellSignalStrengthTdscdma(RSSI, BER, RSCP).equals( in testEquals()
67 new CellSignalStrengthTdscdma(RSSI, BER, RSCP + 1))); in testEquals()
84 CellSignalStrengthTdscdma css = new CellSignalStrengthTdscdma(RSSI, BER, RSCP); in testLevel()
DCellSignalStrengthWcdmaTest.java36 private static final int RSSI = -95; field in CellSignalStrengthWcdmaTest
43 CellSignalStrengthWcdma css = new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO); in testConstructor()
44 assertEquals(RSSI, css.getRssi()); in testConstructor()
70 assertTrue(new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO).equals( in testEquals()
71 new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO))); in testEquals()
72 assertFalse(new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO).equals( in testEquals()
73 new CellSignalStrengthWcdma(RSSI, BER, RSCP + 1, ECNO))); in testEquals()
90 CellSignalStrengthWcdma css = new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO); in testLevel()
DRILTest.java267 private static final int RSSI = -65; field in RILTest
1629 RSSI, RSRP, RSRQ, RSSNR, CQI, TIMING_ADVANCE); in testConvertHalCellInfoList_1_4ForLte()
1690 RSSI, RSRP, RSRQ, RSSNR, CQI, TIMING_ADVANCE); in testConvertHalCellInfoList_1_5ForLte()
1730 RSSI, RSRP, RSRQ, RSSNR, CQI_TABLE_INDEX, CQI, TIMING_ADVANCE); in testConvertHalCellInfoList_1_6ForLte()
1788 RSSI, BIT_ERROR_RATE, TIMING_ADVANCE); in testConvertHalCellInfoList_1_4ForGsm()
1829 RSSI, BIT_ERROR_RATE, TIMING_ADVANCE); in testConvertHalCellInfoList_1_5ForGsm()
1856 RSSI, BIT_ERROR_RATE, TIMING_ADVANCE); in testConvertHalCellInfoList_1_6ForGsm()
1919 RSSI, BIT_ERROR_RATE, RSCP, ECNO); in testConvertHalCellInfoList_1_4ForWcdma()
1963 RSSI, BIT_ERROR_RATE, RSCP, ECNO); in testConvertHalCellInfoList_1_5ForWcdma()
1992 RSSI, BIT_ERROR_RATE, RSCP, ECNO); in testConvertHalCellInfoList_1_6ForWcdma()
[all …]
/frameworks/proto_logging/stats/enums/server/connectivity/
Ddata_stall_event.proto80 // RSSI range is between -55 to -110.
/frameworks/proto_logging/stats/atoms/telephony/qns/
Dqns_extension_atoms.proto91 // Iwlan network signal strength (Wi-Fi RSSI)
133 // Iwlan network signal strength (Wi-Fi RSSI)
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto115 // exact units are bearer-dependent. For example, Wi-Fi uses RSSI.
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md33 | ```network``` | | | Control the RSSI display
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto746 // RSSI polling interval, which affects the scorer's prediction interval.
/frameworks/proto_logging/stats/
Datoms.proto1928 // Scan RSSI before the connection attempt.
2098 // Last seen RSSI before the disconnect.
2104 // Time since the last RSSI and link speed update.
3828 * Logs when we receive reports regarding a device's RSSI value
3978 // Received Signal Strength Indication (RSSI) value for the connection. This value is an
21441 // RSSI of ranging report, in dBm
21636 // Received Signal Strength Indication (RSSI) value of the device discovered/lost.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6232 field public static final java.lang.String EXTRA_RSSI = "android.bluetooth.device.extra.RSSI";