OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_PACKET_KEEPALIVE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/net/
NetworkAgent.java
191
public static final int
EVENT_PACKET_KEEPALIVE
= BASE + 13;
488
queueOrSendMessage(
EVENT_PACKET_KEEPALIVE
, slot, reason);
ConnectivityManager.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/connectivity/
KeepaliveTracker.java
51
import static android.net.NetworkAgent.
EVENT_PACKET_KEEPALIVE
;
219
message.what =
EVENT_PACKET_KEEPALIVE
;
/frameworks/base/services/core/java/com/android/server/
ConnectivityService.java
[
all
...]
Completed in 135 milliseconds