Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanStateManager.java67 private static final int MESSAGE_ON_MESSAGE_SEND_SUCCESS = 22; field in WifiNanStateManager
243 Message msg = mHandler.obtainMessage(MESSAGE_ON_MESSAGE_SEND_SUCCESS); in onMessageSendSuccess()
477 case MESSAGE_ON_MESSAGE_SEND_SUCCESS: in handleMessage()