HomeSort by relevance Sort by last modified time
    Searched defs:replyToMessage (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/net/
NetworkAgent.java 159 ac.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiApConfigStore.java 88 mReplyChannel.replyToMessage(message,
WifiStateMachine.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchState.java 170 mAc.replyToMessage(msg, DcSwitchAsyncChannel.RSP_CONNECT, result);
181 mAc.replyToMessage(msg, DcSwitchAsyncChannel.RSP_DISCONNECT,
228 mAc.replyToMessage(msg, DcSwitchAsyncChannel.RSP_CONNECT, result);
239 mAc.replyToMessage(msg, DcSwitchAsyncChannel.RSP_DISCONNECT, result);
286 mAc.replyToMessage(msg, DcSwitchAsyncChannel.RSP_CONNECT, result);
297 mAc.replyToMessage(msg, DcSwitchAsyncChannel.RSP_DISCONNECT, result);
344 mAc.replyToMessage(msg, DcSwitchAsyncChannel.RSP_CONNECT,
355 mAc.replyToMessage(msg, DcSwitchAsyncChannel.RSP_DISCONNECT,
403 mAc.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED,
409 mAc.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED
    [all...]
DataConnection.java     [all...]
DcTrackerBase.java     [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 43 * server/destination. And the server uses the replyToMessage methods.
53 * <li>Server processes messages and optionally replies using AsyncChannel#replyToMessage
75 * <li>Client/Server uses AsyncChannel#sendMessage/replyToMessage
565 public void replyToMessage(Message srcMsg, Message dstMsg) {
570 log("TODO: handle replyToMessage RemoteException" + e);
581 public void replyToMessage(Message srcMsg, int what) {
584 replyToMessage(srcMsg, msg);
594 public void replyToMessage(Message srcMsg, int what, int arg1) {
598 replyToMessage(srcMsg, msg);
609 public void replyToMessage(Message srcMsg, int what, int arg1, int arg2)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 190 replyToMessage(msg, NsdManager.DISCOVER_SERVICES_FAILED,
194 replyToMessage(msg, NsdManager.STOP_DISCOVERY_FAILED,
198 replyToMessage(msg, NsdManager.REGISTER_SERVICE_FAILED,
202 replyToMessage(msg, NsdManager.UNREGISTER_SERVICE_FAILED,
206 replyToMessage(msg, NsdManager.RESOLVE_SERVICE_FAILED,
301 replyToMessage(msg, NsdManager.DISCOVER_SERVICES_FAILED,
313 replyToMessage(msg, NsdManager.DISCOVER_SERVICES_STARTED, servInfo);
316 replyToMessage(msg, NsdManager.DISCOVER_SERVICES_FAILED,
327 replyToMessage(msg, NsdManager.STOP_DISCOVERY_FAILED,
333 replyToMessage(msg, NsdManager.STOP_DISCOVERY_SUCCEEDED)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 606 replyToMessage(message, WifiP2pManager.DISCOVER_PEERS_FAILED,
610 replyToMessage(message, WifiP2pManager.STOP_DISCOVERY_FAILED,
614 replyToMessage(message, WifiP2pManager.DISCOVER_SERVICES_FAILED,
618 replyToMessage(message, WifiP2pManager.CONNECT_FAILED,
622 replyToMessage(message, WifiP2pManager.CANCEL_CONNECT_FAILED,
626 replyToMessage(message, WifiP2pManager.CREATE_GROUP_FAILED,
630 replyToMessage(message, WifiP2pManager.REMOVE_GROUP_FAILED,
634 replyToMessage(message, WifiP2pManager.ADD_LOCAL_SERVICE_FAILED,
638 replyToMessage(message, WifiP2pManager.REMOVE_LOCAL_SERVICE_FAILED,
642 replyToMessage(message, WifiP2pManager.CLEAR_LOCAL_SERVICES_FAILED
    [all...]

Completed in 289 milliseconds