OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 592 milliseconds