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

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
ProtocolConstants.java 65 public static final int PACKET_TYPE_QUERY = 2;
Connection.java 316 assert msg_type == ProtocolConstants.PACKET_TYPE_QUERY;
324 if (msg_type != ProtocolConstants.PACKET_TYPE_QUERY) {
Channel.java 663 case ProtocolConstants.PACKET_TYPE_QUERY:

Completed in 4121 milliseconds