Home
last modified time | relevance | path

Searched defs:onRssiThresholdBreached (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java3024 void onRssiThresholdBreached(byte curRssi); in onRssiThresholdBreached() method
3030 private static void onRssiThresholdBreached(int id, byte curRssi) { in onRssiThresholdBreached() method in WifiNative
DWifiStateMachine.java228 public void onRssiThresholdBreached(byte curRssi) { in onRssiThresholdBreached() method in WifiStateMachine