Home
last modified time | relevance | path

Searched refs:broadcastCertificationEvent (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkCallbackAidlImplTest.java100 verify(mWifiMonitor).broadcastCertificationEvent( in testOnCertificateSuccess()
114 verify(mWifiMonitor, never()).broadcastCertificationEvent( in testOnCertificateIllegalInput()
120 verify(mWifiMonitor, never()).broadcastCertificationEvent( in testOnCertificateIllegalInput()
126 verify(mWifiMonitor, never()).broadcastCertificationEvent( in testOnCertificateIllegalInput()
132 verify(mWifiMonitor, never()).broadcastCertificationEvent( in testOnCertificateIllegalInput()
138 verify(mWifiMonitor, never()).broadcastCertificationEvent( in testOnCertificateIllegalInput()
149 verify(mWifiMonitor, never()).broadcastCertificationEvent( in testOnCertificateWithCertificateException()
160 verify(mWifiMonitor, never()).broadcastCertificationEvent( in testOnCertificateWithIllegalArgumentException()
DWifiMonitorTest.java781 mWifiMonitor.broadcastCertificationEvent( in testBroadcastCertificateEvent()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkCallbackAidlImpl.java211 mWifiMonitor.broadcastCertificationEvent( in onServerCertificateAvailable()
DWifiMonitor.java669 public void broadcastCertificationEvent(String iface, int networkId, String ssid, in broadcastCertificationEvent() method in WifiMonitor