Searched refs:mAutomaticOnOffState (Results 1 – 1 of 1) sorted by relevance
206 private int mAutomaticOnOffState; field in AutomaticOnOffKeepaliveTracker.AutomaticOnOffKeepalive222 mAutomaticOnOffState = STATE_ENABLED; in AutomaticOnOffKeepalive()231 mAutomaticOnOffState = STATE_ALWAYS_ON; in AutomaticOnOffKeepalive()304 mAutomaticOnOffState != STATE_ALWAYS_ON /* autoOnOff */, in withKeepaliveInfo()312 + ", state=" + getAutomaticOnOffStateName(mAutomaticOnOffState) in toString()377 if (STATE_ALWAYS_ON == ki.mAutomaticOnOffState) { in handleMonitorAutomaticKeepalive()390 if (STATE_ALWAYS_ON == ki.mAutomaticOnOffState) { in handleMonitorTcpConnections()396 if (ki.mAutomaticOnOffState == STATE_ENABLED) { in handleMonitorTcpConnections()397 ki.mAutomaticOnOffState = STATE_SUSPENDED; in handleMonitorTcpConnections()415 if (STATE_ALWAYS_ON == autoKi.mAutomaticOnOffState) { in handleMaybeResumeKeepalive()[all …]