HomeSort by relevance Sort by last modified time
    Searched defs:PACKET_TYPE_QUERY (Results 1 - 2 of 2) 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) {

Completed in 55 milliseconds