Home
last modified time | relevance | path

Searched refs:onRssiThresholdBreached (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DRssiMonitorTest.java195 mRssiEventHandlerCaptor.getValue().onRssiThresholdBreached((byte) TEST_RSSI_LOW); in testOnClientRssiThresholdBreached()
209 .onRssiThresholdBreached((byte) TEST_APP_RSSI_THRESHOLD_BREACH_LOW); in testOnAppRssiThresholdBreached()
217 .onRssiThresholdBreached((byte) TEST_APP_RSSI_THRESHOLD_BREACH_HIGH); in testOnAppRssiThresholdBreached()
244 .onRssiThresholdBreached((byte) TEST_RSSI_LOW); in testOnRssiThresholdBreachedIdenticalAppFrameworkThreshold()
DWifiVendorHalTest.java729 mWifiStaIfaceEventCallback.onRssiThresholdBreached(theCmdId, new byte[6], lower); in testRssiMonitoring()
DClientModeImplTest.java3931 rssiEventHandlerCaptor.getValue().onRssiThresholdBreached(RSSI_THRESHOLD_BREACH_MIN); in verifyRssiMonitoringCallbackIsRegistered()
3937 rssiEventHandlerCaptor.getValue().onRssiThresholdBreached(RSSI_THRESHOLD_BREACH_MAX); in verifyRssiMonitoringCallbackIsRegistered()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DRssiMonitor.java73 public void onRssiThresholdBreached(byte curRssi) { in onRssiThresholdBreached() method in RssiMonitor.RssiEventHandler
DWifiVendorHal.java1726 public void onRssiThresholdBreached(int cmdId, byte[/* 6 */] currBssid, int currRssi) {
1733 eventHandler.onRssiThresholdBreached((byte) currRssi);
DWifiNative.java4719 void onRssiThresholdBreached(byte curRssi);
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiStaIface.java119 void onRssiThresholdBreached(int cmdId, byte[] currBssid, int currRssi); in onRssiThresholdBreached() method
DWifiStaIfaceAidlImpl.java925 public void onRssiThresholdBreached(int cmdId, byte[/* 6 */] currBssid, int currRssi) { in onRssiThresholdBreached() method in WifiStaIfaceAidlImpl.StaIfaceEventCallback
927 mFrameworkCallback.onRssiThresholdBreached(cmdId, currBssid, currRssi); in onRssiThresholdBreached()
DWifiStaIfaceHidlImpl.java1611 public void onRssiThresholdBreached(int cmdId, byte[/* 6 */] currBssid, int currRssi) { in onRssiThresholdBreached() method in WifiStaIfaceHidlImpl.StaIfaceEventCallback
1613 mFrameworkCallback.onRssiThresholdBreached(cmdId, currBssid, currRssi); in onRssiThresholdBreached()