Home
last modified time | relevance | path

Searched refs:REBIND_MAXIMUM_DELAY (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSessionController.java111 private static final long REBIND_MAXIMUM_DELAY = 64 * 1000; // 1 minute field in SatelliteSessionController
220 mExponentialBackoff = new ExponentialBackoff(REBIND_INITIAL_DELAY, REBIND_MAXIMUM_DELAY, in SatelliteSessionController()
DSatelliteModemInterface.java66 private static final long REBIND_MAXIMUM_DELAY = 64 * 1000; // 1 minute field in SatelliteModemInterface
264 mExponentialBackoff = new ExponentialBackoff(REBIND_INITIAL_DELAY, REBIND_MAXIMUM_DELAY, in SatelliteModemInterface()