Home
last modified time | relevance | path

Searched refs:notifyStatusUpdate (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DExternalScoreUpdateObserverProxyTest.java86 mExternalScoreUpdateObserverProxy.notifyStatusUpdate(TEST_SESSION_ID, TEST_STATUS); in testCallbackForApiInS()
88 verify(mCallback).notifyStatusUpdate(TEST_SESSION_ID, TEST_STATUS); in testCallbackForApiInS()
101 mExternalScoreUpdateObserverProxy.notifyStatusUpdate(TEST_SESSION_ID, TEST_STATUS); in testCallbackForApiInS()
DWifiScoreReportTest.java483 mExternalScoreUpdateObserverCbCaptor.getValue().notifyStatusUpdate(TEST_SESSION_ID, false); in testExternalScorerWhileLingering_sendLingeringScore()
1724 mExternalScoreUpdateObserverCbCaptor.getValue().notifyStatusUpdate( in testFrameworkGetsNotifiedOfUpdatedStatus()
1738 mExternalScoreUpdateObserverCbCaptor.getValue().notifyStatusUpdate( in testFrameworkGetsNotifiedOfUpdatedStatus()
1753 mExternalScoreUpdateObserverCbCaptor.getValue().notifyStatusUpdate( in testFrameworkGetsNotifiedOfUpdatedStatus()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DExternalScoreUpdateObserverProxy.java107 public void notifyStatusUpdate(int sessionId, boolean isUsable) { in notifyStatusUpdate() method in ExternalScoreUpdateObserverProxy
117 mCallback.notifyStatusUpdate(sessionId, isUsable); in notifyStatusUpdate()
DWifiScoreReport.java250 public void notifyStatusUpdate(int sessionId, boolean isUsable) { in notifyStatusUpdate() method in WifiScoreReport.ScoreUpdateObserverProxy
/packages/modules/Wifi/framework/java/android/net/wifi/
DIScoreUpdateObserver.aidl30 void notifyStatusUpdate(int sessionId, boolean isUsable); in notifyStatusUpdate() method
DWifiManager.java10190 default void notifyStatusUpdate(int sessionId, boolean isUsable) {} in notifyStatusUpdate() method
10246 public void notifyStatusUpdate(int sessionId, boolean isUsable) { in notifyStatusUpdate() method in WifiManager.ScoreUpdateObserverProxy
10251 mScoreUpdateObserver.notifyStatusUpdate(sessionId, isUsable); in notifyStatusUpdate()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt1013 method public default void notifyStatusUpdate(int, boolean);