Searched refs:CMD_CHANNEL_DISCONNECT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java138 public static final int CMD_CHANNEL_DISCONNECT = BASE + 3; field in class:AsyncChannel
142 * channel is forcibly disconnected by the system or as a reply to CMD_CHANNEL_DISCONNECT.
159 sCmdToString[CMD_CHANNEL_DISCONNECT - BASE] = "CMD_CHANNEL_DISCONNECT";

Completed in 353 milliseconds