Searched refs:retry_delay_in_milliseconds (Results 1 – 1 of 1) sorted by relevance
83 const int retry_delay_in_milliseconds = 500 * (1 << retry_count_); in OnCryptohomeIsMounted() local87 base::TimeDelta::FromMilliseconds(retry_delay_in_milliseconds)); in OnCryptohomeIsMounted()