Home
last modified time | relevance | path

Searched refs:notifyCaptivePortalDataChanged (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java822 void notifyCaptivePortalDataChanged(CaptivePortalData data) { in notifyCaptivePortalDataChanged() method in ConnectivityServiceTest.TestNetworkAgentWrapper
824 mNmCallbacks.notifyCaptivePortalDataChanged(data); in notifyCaptivePortalDataChanged()
1886 mWiFiNetworkAgent.notifyCaptivePortalDataChanged(capportData); in doNetworkCallbacksSanitizationTest()
2892 mWiFiNetworkAgent.notifyCaptivePortalDataChanged(testData); in testCaptivePortalApi()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3058 public void notifyCaptivePortalDataChanged(CaptivePortalData data) { in notifyCaptivePortalDataChanged() method in ConnectivityService.NetworkMonitorCallbacks