Searched refs:mSourceMessage (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java6528 * 4a.4 Send a response to the original source of WifiManager API using {@link #mSourceMessage}.
6530 * using {@link #mSourceMessage}.
6536 private Message mSourceMessage; field in class:WifiStateMachine.WpsRunningState
6539 mSourceMessage = Message.obtain(getCurrentMessage());
6551 replyToMessage(mSourceMessage, WifiManager.WPS_COMPLETED);
6553 replyToMessage(mSourceMessage, WifiManager.WPS_FAILED,
6556 mSourceMessage.recycle();
6557 mSourceMessage = null;
6562 replyToMessage(mSourceMessage, WifiManager.WPS_FAILED,
6564 mSourceMessage
[all...]

Completed in 57 milliseconds