Searched refs:REBIND_MAXIMUM_DELAY (Results 1 – 2 of 2) sorted by relevance
111 private static final long REBIND_MAXIMUM_DELAY = 64 * 1000; // 1 minute field in SatelliteSessionController220 mExponentialBackoff = new ExponentialBackoff(REBIND_INITIAL_DELAY, REBIND_MAXIMUM_DELAY, in SatelliteSessionController()
66 private static final long REBIND_MAXIMUM_DELAY = 64 * 1000; // 1 minute field in SatelliteModemInterface264 mExponentialBackoff = new ExponentialBackoff(REBIND_INITIAL_DELAY, REBIND_MAXIMUM_DELAY, in SatelliteModemInterface()