Searched defs:notifyScoreUpdate (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ | ||
H A D | IScoreUpdateObserver.aidl | 26 void notifyScoreUpdate(int sessionId, int score); in notifyScoreUpdate() method |
H A D | WifiManager.java | 7523 void notifyScoreUpdate(int sessionId, int score); in notifyScoreUpdate() method |
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ | ||
H A D | ExternalScoreUpdateObserverProxy.java | 73 public void notifyScoreUpdate(int sessionId, int score) { in notifyScoreUpdate() method in ExternalScoreUpdateObserverProxy |
H A D | WifiScoreReport.java | 123 public void notifyScoreUpdate(int sessionId, int score) { in notifyScoreUpdate() method in WifiScoreReport.ScoreUpdateObserverProxy |