HomeSort by relevance Sort by last modified time
    Searched refs:CMD_CHANNEL_FULLY_CONNECTED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 72 * <li>Server sends AsyncChannel#sendMessage(CMD_CHANNEL_FULLY_CONNECTED)</li>
73 * <li>Client receives CMD_CHANNEL_FULLY_CONNECTED</li>
84 * CMD_CHANNEL_FULLY_CONNECTED. We'd also change CMD_CHANNEL_FULL_CONNECTION to REQ_CHANNEL_CONNECT.
113 * typically the destination will reply with CMD_CHANNEL_FULLY_CONNECTED.
127 public static final int CMD_CHANNEL_FULLY_CONNECTED = BASE + 2;
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 581 mAc.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED,
587 mAc.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED,
    [all...]

Completed in 359 milliseconds