Searched refs:notifyScoreUpdate (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiScoreReportTest.java | 948 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in testFrameworkGetsUpdatesScore() 959 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in testFrameworkGetsUpdatesScore() 972 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in testFrameworkGetsUpdatesScore() 1022 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in askForNudCheckWhenExternalScoreBreaches() 1030 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in askForNudCheckWhenExternalScoreBreaches() 1036 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in askForNudCheckWhenExternalScoreBreaches() 1059 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in bssidBlockListDoesnotHappenWhenExitingIsLessThanMinDuration() 1063 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in bssidBlockListDoesnotHappenWhenExitingIsLessThanMinDuration() 1089 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in bssidBlockListHappensWhenExitingIsLongerThanMinDuration() 1093 mExternalScoreUpdateObserverCbCaptor.getValue().notifyScoreUpdate( in bssidBlockListHappensWhenExitingIsLongerThanMinDuration() [all …]
|
H A D | ExternalScoreUpdateObserverProxyTest.java | 63 mExternalScoreUpdateObserverProxy.notifyScoreUpdate(TEST_SESSION_ID, TEST_SCORE); in testCallback() 65 verify(mCallback).notifyScoreUpdate(TEST_SESSION_ID, TEST_SCORE); in testCallback() 74 mExternalScoreUpdateObserverProxy.notifyScoreUpdate(TEST_SESSION_ID, TEST_SCORE); in testCallback()
|
/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 79 mCallback.notifyScoreUpdate(sessionId, score); in notifyScoreUpdate()
|
H A D | WifiScoreReport.java | 123 public void notifyScoreUpdate(int sessionId, int score) { in notifyScoreUpdate() method in WifiScoreReport.ScoreUpdateObserverProxy
|
H A D | WifiShellCommand.java | 888 connectedScorer.getScoreUpdateObserver().notifyScoreUpdate( in onCommand()
|
/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 7583 public void notifyScoreUpdate(int sessionId, int score) { in notifyScoreUpdate() method in WifiManager.ScoreUpdateObserverProxy 7585 mScoreUpdateObserver.notifyScoreUpdate(sessionId, score); in notifyScoreUpdate()
|
/aosp12/packages/modules/Wifi/framework/api/ |
H A D | system-current.txt | 698 method public void notifyScoreUpdate(int, int);
|