Searched refs:onRssiThresholdBreached (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | RssiMonitorTest.java | 195 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()
|
D | WifiVendorHalTest.java | 729 mWifiStaIfaceEventCallback.onRssiThresholdBreached(theCmdId, new byte[6], lower); in testRssiMonitoring()
|
D | ClientModeImplTest.java | 3931 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/ |
D | RssiMonitor.java | 73 public void onRssiThresholdBreached(byte curRssi) { in onRssiThresholdBreached() method in RssiMonitor.RssiEventHandler
|
D | WifiVendorHal.java | 1726 public void onRssiThresholdBreached(int cmdId, byte[/* 6 */] currBssid, int currRssi) { 1733 eventHandler.onRssiThresholdBreached((byte) currRssi);
|
D | WifiNative.java | 4719 void onRssiThresholdBreached(byte curRssi);
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiStaIface.java | 119 void onRssiThresholdBreached(int cmdId, byte[] currBssid, int currRssi); in onRssiThresholdBreached() method
|
D | WifiStaIfaceAidlImpl.java | 925 public void onRssiThresholdBreached(int cmdId, byte[/* 6 */] currBssid, int currRssi) { in onRssiThresholdBreached() method in WifiStaIfaceAidlImpl.StaIfaceEventCallback 927 mFrameworkCallback.onRssiThresholdBreached(cmdId, currBssid, currRssi); in onRssiThresholdBreached()
|
D | WifiStaIfaceHidlImpl.java | 1611 public void onRssiThresholdBreached(int cmdId, byte[/* 6 */] currBssid, int currRssi) { in onRssiThresholdBreached() method in WifiStaIfaceHidlImpl.StaIfaceEventCallback 1613 mFrameworkCallback.onRssiThresholdBreached(cmdId, currBssid, currRssi); in onRssiThresholdBreached()
|