Searched refs:mExponentialBackoff (Results 1 – 3 of 3) sorted by relevance
113 @NonNull private final ExponentialBackoff mExponentialBackoff; field in SatelliteSessionController220 mExponentialBackoff = new ExponentialBackoff(REBIND_INITIAL_DELAY, REBIND_MAXIMUM_DELAY, in SatelliteSessionController()1023 mExponentialBackoff.start(); in bindService()1034 mExponentialBackoff.stop(); in bindService()1050 mExponentialBackoff.notifyFailed(); in bindService()1052 + mExponentialBackoff.getCurrentDelay() + " ms."); in bindService()1058 mExponentialBackoff.notifyFailed(); in bindService()1060 + mExponentialBackoff.getCurrentDelay() + " ms. Exception: " + e); in bindService()1066 mExponentialBackoff.stop(); in unbindService()1086 mExponentialBackoff.stop(); in onServiceConnected()[all …]
75 @NonNull protected final ExponentialBackoff mExponentialBackoff; field in SatelliteModemInterface264 mExponentialBackoff = new ExponentialBackoff(REBIND_INITIAL_DELAY, REBIND_MAXIMUM_DELAY, in SatelliteModemInterface()280 mExponentialBackoff.start(); in SatelliteModemInterface()320 mExponentialBackoff.stop(); in bindService()337 mExponentialBackoff.notifyFailed(); in bindService()339 + mExponentialBackoff.getCurrentDelay() + " ms."); in bindService()345 mExponentialBackoff.notifyFailed(); in bindService()347 + mExponentialBackoff.getCurrentDelay() + " ms. Exception: " + e); in bindService()372 mExponentialBackoff.stop(); in onServiceConnected()401 mExponentialBackoff.start(); in onBindingDied()[all …]
1125 mExponentialBackoff.stop(); in TestSatelliteModemInterface()