HomeSort by relevance Sort by last modified time
    Searched defs:CMD_CHANNEL_FULLY_CONNECTED (Results 1 - 8 of 8) 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;
158 sCmdToString[CMD_CHANNEL_FULLY_CONNECTED - BASE] = "CMD_CHANNEL_FULLY_CONNECTED";
  /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/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 48 milliseconds