Searched refs:mLingerExpiryMs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkAgentInfo.java214 private long mLingerExpiryMs; field in class:NetworkAgentInfo
498 return mLingerExpiryMs;
503 if (newExpiry == mLingerExpiryMs) return;
524 mLingerExpiryMs = newExpiry;
546 updateLingerTimer(); // Sets mLingerExpiryMs, cancels and nulls out mLingerMessage.

Completed in 100 milliseconds