Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java1642 onMessageSendFailLocal(sentMessage, reason); in processNotification()
1828 onMessageSendFailLocal(msg, NanStatusType.INTERNAL_FAILURE); in processCommand()
2054 onMessageSendFailLocal(sentMessage, NanStatusType.INTERNAL_FAILURE); in processResponse()
2165 onMessageSendFailLocal(sentMessage, NanStatusType.INTERNAL_FAILURE); in processTimeout()
2287 onMessageSendFailLocal(message, NanStatusType.INTERNAL_FAILURE); in processSendMessageTimeout()
3073 private void onMessageSendFailLocal(Message failedCommand, int reason) { in onMessageSendFailLocal() method in WifiAwareStateManager