OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNS_PING_RESULT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/
DnsPinger.java
83
public static final int
DNS_PING_RESULT
= BASE;
84
/** An error code for a {@link #
DNS_PING_RESULT
} packet */
86
/** An error code for a {@link #
DNS_PING_RESULT
} packet */
261
* Send a ping. The response will come via a {@link #
DNS_PING_RESULT
} to the handler
265
* @return an ID field, which will also be included in the {@link #
DNS_PING_RESULT
} message.
285
mTarget.sendMessage(obtainMessage(
DNS_PING_RESULT
, internalId, responseVal));
/frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java
742
if (msg.what != DnsPinger.
DNS_PING_RESULT
) {
[
all
...]
Completed in 31 milliseconds