Searched refs:notifyCaptivePortalDataChanged (Results 1 – 2 of 2) sorted by relevance
822 void notifyCaptivePortalDataChanged(CaptivePortalData data) { in notifyCaptivePortalDataChanged() method in ConnectivityServiceTest.TestNetworkAgentWrapper824 mNmCallbacks.notifyCaptivePortalDataChanged(data); in notifyCaptivePortalDataChanged()1886 mWiFiNetworkAgent.notifyCaptivePortalDataChanged(capportData); in doNetworkCallbacksSanitizationTest()2892 mWiFiNetworkAgent.notifyCaptivePortalDataChanged(testData); in testCaptivePortalApi()
3058 public void notifyCaptivePortalDataChanged(CaptivePortalData data) { in notifyCaptivePortalDataChanged() method in ConnectivityService.NetworkMonitorCallbacks