Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java1368 mDataPathConfirmTimeoutMessages = new SparseArray<>(); field in WifiAwareStateManager.WifiAwareStateMachine
1409 mDataPathConfirmTimeoutMessages.remove(ndpId); in processMessage()
1659 mDataPathConfirmTimeoutMessages.put(ndpId, timeout); in processNotification()
1676 WakeupMessage timeout = mDataPathConfirmTimeoutMessages.get(ndpId); in processNotification()
1678 mDataPathConfirmTimeoutMessages.remove(ndpId); in processNotification()
2083 mDataPathConfirmTimeoutMessages.put(ndpId, timeout); in processResponse()