Searched defs:mReplyChannel (Results 1 - 3 of 3) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java539 private AsyncChannel mReplyChannel = new AsyncChannel(); field in class:WifiStateMachine
7785 mReplyChannel.replyToMessage(msg, dstMsg);
7792 mReplyChannel.replyToMessage(msg, dstMsg);
7799 mReplyChannel.replyToMessage(msg, dstMsg);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java114 private AsyncChannel mReplyChannel = new AsyncChannel(); field in class:WifiP2pServiceImpl
2926 mReplyChannel.replyToMessage(msg, dstMsg);
2934 mReplyChannel.replyToMessage(msg, dstMsg);
2942 mReplyChannel.replyToMessage(msg, dstMsg);
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java73 private AsyncChannel mReplyChannel = new AsyncChannel(); field in class:NsdService
842 mReplyChannel.replyToMessage(msg, dstMsg);
850 mReplyChannel.replyToMessage(msg, dstMsg);
858 mReplyChannel.replyToMessage(msg, dstMsg);

Completed in 174 milliseconds