Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java89 public void sendHotspotFailedMessage(int reasonCode) throws RemoteException { in sendHotspotFailedMessage() method in LocalOnlyHotspotRequestInfo
DWifiServiceImpl.java1375 requestor.sendHotspotFailedMessage(reason); in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java141 mLOHSRequestInfo.sendHotspotFailedMessage( in verifySendFailedMessage()
DWifiServiceImplTest.java2896 verify(mRequestInfo).sendHotspotFailedMessage(ERROR_GENERIC); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()
2953 verify(mRequestInfo).sendHotspotFailedMessage(ERROR_GENERIC); in testAllRegisteredCallbacksTriggeredWhenSoftApStopsLOHSNotActive()
2954 verify(mRequestInfo2).sendHotspotFailedMessage(ERROR_GENERIC); in testAllRegisteredCallbacksTriggeredWhenSoftApStopsLOHSNotActive()