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

/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java56 * <li>Client/Server receives CMD_CHANNEL_DISCONNECTED from AsyncChannel</li>
79 * <li>Client/Server receives CMD_CHANNEL_DISCONNECTED from AsyncChannel</li>
133 * to close its side of the channel and it will receive a CMD_CHANNEL_DISCONNECTED
151 public static final int CMD_CHANNEL_DISCONNECTED = BASE + 4; field in class:AsyncChannel
153 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1;
160 sCmdToString[CMD_CHANNEL_DISCONNECTED - BASE] = "CMD_CHANNEL_DISCONNECTED";
430 * To close the connection call when handler receives CMD_CHANNEL_DISCONNECTED
451 msg.what = CMD_CHANNEL_DISCONNECTED;
840 * see: CMD_CHANNEL_DISCONNECTED fo
[all...]

Completed in 60 milliseconds