/cts/tests/tests/telephony/src/android/telephony/cts/ |
NeighboringCellInfoTest.java | 30 private static final int RSSI = 20; 34 int rssi = 31; local 39 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE); 41 assertEquals(rssi, nc.getRssi()); 46 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS); 48 assertEquals(rssi, nc.getRssi()); 53 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UNKNOWN); 55 assertEquals(rssi, nc.getRssi()); 61 nc = new NeighboringCellInfo(rssi, "12345678", NETWORK_TYPE_GPRS); 63 assertEquals(rssi, nc.getRssi()) [all...] |
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
ScanResultTest.java | 37 private static final int RSSI = -10; 50 ScanResult result = new ScanResult(device, TestUtils.parseScanRecord(SCAN_RECORD), RSSI, 58 assertEquals(RSSI, resultFromParcel.getRssi()); 71 ScanResult result = new ScanResult(device, TestUtils.parseScanRecord(SCAN_RECORD), RSSI,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
BluetoothIo.h | 63 /// Bluetooth RSSI. See Bluetooth specification for detail.
65 UINT8 RSSI;
|
WiFi.h | 470 /// Specifies the RSSI of the received frame.
472 UINT8 RSSI;
[all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
ConnectivityConstants.java | 75 public static final String RSSI = "rssi";
|
/tools/test/connectivity/acts/tests/google/tel/lab/ |
TelLabNeighborCellTest.py | 120 # TARGET_RSSI: This is expected RSSI. 122 # MAX_ERROR_RSSI: This is max error between 'each sample of reported RSSI' 123 # and 'expected RSSI' 126 # 'average value of reported RSSI' and 'expected RSSI' 143 # Keys for calculate average RSSI. Only used in _verify_cell_info 144 RSSI = 'rssi' 360 """Return the RSSI value reported in cell_info. 363 cell_info: cell info to get RSSI [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details/ |
WifiDetailPreferenceControllerTest.java | 91 private static final int RSSI = -55; 207 when(mockWifiInfo.getRssi()).thenReturn(RSSI);
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_defines.py | 142 # Time to wait for rssi calibration. 143 # This is the delay between <WiFi Connected> and <Turn on Screen to get RSSI>. 145 # This is the delay between <Turn on Screen> and <Call API to get WiFi RSSI>. 187 # WiFI RSSI is -127 if WiFi is not connected 197 # cellular weak RSSI value 199 # cellular strong RSSI value 201 # WiFi weak RSSI value 668 RSSI = "rssi"
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | 131 int16 RSSI; /* receive signal strength (in dBm) */ 164 int16 RSSI; /* receive signal strength (in dBm) */ 206 int16 RSSI; /* receive signal strength (in dBm) */ 230 #define WL_BSS_FLAGS_RSSI_ONCHANNEL 0x04 /* rssi info was received on channel (vs offchannel) */ 1194 int rssi[LQ_IDX_LAST]; \/* Array to keep min, max, avg rssi *\/ member in struct:__anon40029 3676 uint32 rssi; \/* RSSI of the link *\/ member in struct:dpt_status 4241 int32 rssi; \/* RSSI *\/ member in struct:wl_pkteng_stats 5432 int rssi; member in struct:txdelay_event 5454 int16 rssi; member in struct:wl_relmcast_client [all...] |