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