/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/managers/registration/ |
D | DiscoveryRegistrationTest.java | 65 private static final int RSSI = -40; field in DiscoveryRegistrationTest 135 123).setName("test").setTxPower(RSSI + 1).setRssi(RSSI).setScanType( in test_presenceFilterMatches_match() 151 12).setName("test").setRssi(RSSI).setScanType( in test_presenceFilterMatches_actionNotMatch() 161 deviceId).setName("test").setTxPower(RSSI + 1).setRssi(RSSI).setScanType( in test_onDiscoveredOnUpdatedCalled() 175 mDiscoveryRegistration.onNearbyDeviceDiscovered(builder.setRssi(RSSI - 1).build())); in test_onDiscoveredOnUpdatedCalled() 187 deviceId).setName("test").setTxPower(RSSI + 1).setRssi(RSSI).setScanType( in test_onLost() 217 123).setName("test").setTxPower(RSSI + 1).setRssi(RSSI).setScanType( in test_onError()
|
/packages/modules/Connectivity/nearby/tests/cts/fastpair/src/android/nearby/cts/ |
D | NearbyDeviceTest.java | 42 private static final int RSSI = -60; field in NearbyDeviceTest 60 .setRssi(RSSI) in test_getMedium_fromChild() 64 assertThat(fastPairDevice.getRssi()).isEqualTo(RSSI); in test_getMedium_fromChild() 75 .setRssi(RSSI) in testEqual() 84 .setRssi(RSSI) in testEqual() 100 .setRssi(RSSI) in testToString()
|
D | PresenceDeviceTest.java | 45 private static final int RSSI = -40; field in PresenceDeviceTest 63 .setRssi(RSSI) in testBuilder() 75 assertThat(device.getRssi()).isEqualTo(RSSI); in testBuilder() 90 .setRssi(RSSI) in testWriteParcel() 103 assertThat(parcelDevice.getRssi()).isEqualTo(RSSI); in testWriteParcel() 114 .setRssi(RSSI) in describeContents()
|
D | PresenceScanFilterTest.java | 44 private static final int RSSI = -40; field in PresenceScanFilterTest 60 .setMaxPathLoss(RSSI) 70 assertThat(filter.getMaxPathLoss()).isEqualTo(RSSI); in testBuilder() 90 assertThat(parcelFilter.getMaxPathLoss()).isEqualTo(RSSI); in testWriteParcel()
|
D | ScanRequestTest.java | 45 private static final int RSSI = -40; field in ScanRequestTest 159 assertThat(request.getScanFilters().get(0).getMaxPathLoss()).isEqualTo(RSSI); in testScanFilter() 194 .setMaxPathLoss(RSSI) in getPresenceScanFilter()
|
/packages/modules/Connectivity/nearby/tests/unit/src/android/nearby/ |
D | FastPairDeviceTest.java | 33 private static final int RSSI = -80; field in FastPairDeviceTest 42 sDevice = new FastPairDevice(NAME, sMediums, RSSI, TX_POWER, MODEL_ID, MAC_ADDRESS, DATA); in setup() 53 assertThat(compareDevice.getRssi()).isEqualTo(RSSI); in testParcelable() 87 .setRssi(RSSI) in testBuilder() 94 assertThat(compareDevice.getRssi()).isEqualTo(RSSI); in testBuilder()
|
D | NearbyDeviceParcelableTest.java | 44 private static final int RSSI = -60; field in NearbyDeviceParcelableTest 59 .setRssi(RSSI) in setUp() 80 .setRssi(RSSI) in testNullFields() 92 assertThat(nearbyDeviceParcelable.getRssi()).isEqualTo(RSSI); in testNullFields() 111 assertThat(actualNearbyDevice.getRssi()).isEqualTo(RSSI); in testWriteParcel()
|
D | ScanRequestTest.java | 47 private static final int RSSI = -40; field in ScanRequestTest 192 .setMaxPathLoss(RSSI) in getPresenceScanFilter()
|
/packages/modules/Wifi/service/proto/src/ |
D | scorecard.proto | 200 // Number of connection attempts at high RSSI 202 // Number of connection failures at high RSSI 207 // Number of association rejections at high RSSI 209 // Number of association timeouts at high RSSI 211 // Number of authentication failures (excluding wrong password) at high RSSI 213 // Number of short connections caused by nonlocal disconnection at high RSSI 214 // or at high Tx speed with a recent RSSI poll 216 // Number of non-local disconnections after L3 connection at high RSSI 217 // or Tx speed with a recent RSSI poll 219 // Number of disconnections after L3 connection with a recent RSSI poll [all …]
|
D | metrics.proto | 191 // Counts the occurrences of each individual RSSI poll level 240 // Histogram of the delta between scan result RSSI and RSSI polls 1137 // RSSI at the start of the connection. 1183 // Number of consecutive connection failures with the same SSID at high RSSI 1184 // before current connection event. Any connection failure at low RSSI in the 1207 // Number of occurrences of a specific RSSI poll rssi value 1209 // RSSI 1212 // Number of RSSI polls with 'rssi' 1252 // Number of RSSI polls with link_speed 1336 // RSSI of the scan result candidate associated with this WifiConfiguration [all …]
|
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/presence/ |
D | PresenceDiscoveryResultTest.java | 44 private static final int RSSI = -41; field in PresenceDiscoveryResultTest 68 .setRssi(RSSI) in setUp() 78 .setRssi(RSSI) in testFromDevice() 103 .setRssi(RSSI) in testFromDevice_presenceDeviceAvailable() 153 .setRssi(RSSI) in test_notMatches()
|
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/metrics/ |
D | NearbyMetricsTest.java | 43 private static final int RSSI = -60; field in NearbyMetricsTest 72 .setRssi(RSSI) 172 RSSI, in testLogScanDeviceDiscovered() 189 RSSI, in testLogScanDeviceDiscovered_emptyWorkSource()
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicyBuilder.java | 516 static final int RSSI = SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI; field in AccessNetworkSelectionPolicyBuilder 534 IWLAN_RSSI_GOOD("IWLAN_RSSI_GOOD", IWLAN, RSSI, LARGER, GOOD), 535 IWLAN_RSSI_BAD("IWLAN_RSSI_BAD", IWLAN, RSSI, SMALLER, BAD), 572 GERAN_RSSI_GOOD("GERAN_RSSI_GOOD", GERAN, RSSI, LARGER, GOOD), 573 GERAN_RSSI_BAD("GERAN_RSSI_BAD", GERAN, RSSI, SMALLER, BAD), 574 GERAN_RSSI_TOLERABLE("GERAN_RSSI_TOLERABLE", GERAN, RSSI, LARGER, TOLERABLE),
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/details/ |
D | WifiInfoProviderTest.java | 60 private static final int RSSI = -55; field in WifiInfoProviderTest 117 when(mMockWifiInfo.getRssi()).thenReturn(RSSI); in setUp()
|
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/managers/ |
D | DiscoveryProviderManagerTest.java | 67 private static final int RSSI = -60; field in DiscoveryProviderManagerTest 108 .setMaxPathLoss(RSSI) in getPresenceScanFilter() 130 .setMaxPathLoss(RSSI) in getChreOnlyPresenceScanFilter()
|
D | DiscoveryProviderManagerLegacyTest.java | 71 private static final int RSSI = -60; field in DiscoveryProviderManagerLegacyTest 115 .setMaxPathLoss(RSSI) in getPresenceScanFilter() 137 .setMaxPathLoss(RSSI) in getChreOnlyPresenceScanFilter()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 100 RSSI = 0x01, 121 packet InquiryResponseWithRssi : BasicInquiryResponse (inquiry_type = RSSI) {
|
D | hci_packets.pdl | 2296 RSSI = 0x01,
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/ |
D | DlTDoAMeasurement.java | 53 public static final String RSSI = "rssi"; field in DlTDoAMeasurement
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/ |
D | WifiDetailPreferenceController2Test.java | 131 private static final int RSSI = -55; field in WifiDetailPreferenceController2Test 300 when(mMockWifiInfo.getRssi()).thenReturn(RSSI); in setUp()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 2752 case (model::packets::InquiryType::RSSI): { in IncomingInquiryPacket() 2804 case (model::packets::InquiryType::RSSI): { in IncomingInquiryResponsePacket()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 579 field public static final String EXTRA_RSSI = "android.bluetooth.device.extra.RSSI";
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 2454 RSSI = 0x01,
|