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

  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 56 * <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;
153 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1;
160 sCmdToString[CMD_CHANNEL_DISCONNECTED - BASE] = "CMD_CHANNEL_DISCONNECTED";
435 * To close the connection call when handler receives CMD_CHANNEL_DISCONNECTED
458 msg.what = CMD_CHANNEL_DISCONNECTED;
879 * see: CMD_CHANNEL_DISCONNECTED for message content
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 53 milliseconds