Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java2711 Message sentMessage = mFwQueuedSendMessages.get(transactionId); in processNotification() local
2714 + sentMessage); in processNotification()
2716 if (sentMessage == null) { in processNotification()
2725 int retryCount = sentMessage.getData() in processNotification()
2734 sentMessage.getData().putInt(MESSAGE_BUNDLE_KEY_RETRY_COUNT, in processNotification()
2737 int arrivalSeq = sentMessage.getData().getInt( in processNotification()
2739 mHostQueuedSendMessages.put(arrivalSeq, sentMessage); in processNotification()
2741 onMessageSendFailLocal(sentMessage, reason); in processNotification()
3304 Message sentMessage = mCurrentCommand.getData().getParcelable( in processResponse() local
3306 sentMessage.getData().putLong(MESSAGE_BUNDLE_KEY_SEND_MESSAGE_ENQUEUE_TIME, in processResponse()
[all …]