Searched refs:SUCCESS_PAUSED (Results 1 – 3 of 3) sorted by relevance
35 import static android.net.SocketKeepalive.SUCCESS_PAUSED;593 if (ki.mStopReason == SUCCESS_PAUSED) continue; in handleStopAllKeepalives()637 if (reason != SUCCESS_PAUSED) { in cleanupStoppedKeepalive()655 } else if (reason == SUCCESS_PAUSED) { in cleanupStoppedKeepalive()701 if (SUCCESS_PAUSED != ki.mStopReason) { in finalizePausedKeepalive()
22 import static android.net.SocketKeepalive.SUCCESS_PAUSED;562 mKeepaliveTracker.handleStopKeepalive(ki.getNai(), ki.getSlot(), SUCCESS_PAUSED); in handlePauseKeepalive() local
71 public static final int SUCCESS_PAUSED = 1; field in SocketKeepalive