Searched refs:mReplyChannel (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiApConfigStore.java | 61 private AsyncChannel mReplyChannel = new AsyncChannel(); field in WifiApConfigStore 88 mReplyChannel.replyToMessage(message, in processMessage()
|
D | WifiStateMachine.java | 376 private AsyncChannel mReplyChannel = new AsyncChannel(); field in WifiStateMachine 8047 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage() 8055 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage() 8063 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 76 private AsyncChannel mReplyChannel = new AsyncChannel(); field in NsdService 855 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage() 863 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage() 871 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 116 private AsyncChannel mReplyChannel = new AsyncChannel(); field in WifiP2pServiceImpl 2815 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage() 2823 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage() 2831 mReplyChannel.replyToMessage(msg, dstMsg); in replyToMessage()
|