/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellSignalStrengthTdscdmaTest.java | 34 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()
|
D | CellSignalStrengthWcdmaTest.java | 36 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()
|
D | RILTest.java | 267 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/ |
D | data_stall_event.proto | 80 // RSSI range is between -55 to -110.
|
/frameworks/proto_logging/stats/atoms/telephony/qns/ |
D | qns_extension_atoms.proto | 91 // Iwlan network signal strength (Wi-Fi RSSI) 133 // Iwlan network signal strength (Wi-Fi RSSI)
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 115 // exact units are bearer-dependent. For example, Wi-Fi uses RSSI.
|
/frameworks/base/packages/SystemUI/docs/ |
D | demo_mode.md | 33 | ```network``` | | | Control the RSSI display
|
/frameworks/proto_logging/stats/atoms/wifi/ |
D | wifi_extension_atoms.proto | 746 // RSSI polling interval, which affects the scorer's prediction interval.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 1928 // 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/ |
D | android-22.txt | 6232 field public static final java.lang.String EXTRA_RSSI = "android.bluetooth.device.extra.RSSI";
|