Home
last modified time | relevance | path

Searched defs:notifyScoreUpdate (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DIScoreUpdateObserver.aidl26 void notifyScoreUpdate(int sessionId, int score); in notifyScoreUpdate() method
H A DWifiManager.java7523 void notifyScoreUpdate(int sessionId, int score); in notifyScoreUpdate() method
7583 public void notifyScoreUpdate(int sessionId, int score) { in notifyScoreUpdate() method in WifiManager.ScoreUpdateObserverProxy
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DExternalScoreUpdateObserverProxy.java73 public void notifyScoreUpdate(int sessionId, int score) { in notifyScoreUpdate() method in ExternalScoreUpdateObserverProxy
H A DWifiScoreReport.java123 public void notifyScoreUpdate(int sessionId, int score) { in notifyScoreUpdate() method in WifiScoreReport.ScoreUpdateObserverProxy