Home | History | Annotate | Download | only in connectivity

Lines Matching refs:linger

114 // the network is no longer considered "lingering". After the linger timer expires, if the network
161 // either the linger timeout expiring and the network being taken down, or the network
191 * Inform ConnectivityService that the network LINGER period has
197 // All linger timers for this network, sorted by expiry time. A linger timer is added whenever
207 // Linger expiry timer. Armed whenever mLingerTimers is non-empty, regardless of whether the
209 // When the timer fires, all linger state is cleared, and if the network has no requests, it is
213 // Linger expiry. Holds the expiry time of the linger timer, or 0 if the timer is not armed.
218 // (Example: we don't linger a network if it would become the best for a NetworkRequest if it
465 * Sets the specified request to linger on this network for the specified time. Called by
471 // re-linger it unless that network becomes the best for that request again, in which
527 public void linger() {