Searched refs:KEEP_ALIVE (Results 1 – 5 of 5) sorted by relevance
55 private static final ByteString KEEP_ALIVE = ByteString.encodeUtf8("keep-alive"); field in Http2xStream66 KEEP_ALIVE,78 KEEP_ALIVE,86 KEEP_ALIVE,101 KEEP_ALIVE,
57 private static final ByteString KEEP_ALIVE = ByteString.encodeUtf8("keep-alive"); field in Http2xStream68 KEEP_ALIVE,80 KEEP_ALIVE,88 KEEP_ALIVE,103 KEEP_ALIVE,
52 public static final String KEEP_ALIVE = "keepalive"; field in PreferenceConstants
77 const KEEP_ALIVE: Duration = Duration::from_secs(10); constant106 let keep_alive = builder.keep_alive.unwrap_or(KEEP_ALIVE); in new()
760 if (wakelock != null && prefs.getBoolean(PreferenceConstants.KEEP_ALIVE, true)) { in onResume()