Searched refs:mStartDelayMs (Results 1 – 2 of 2) sorted by relevance
28 private long mStartDelayMs; field in ExponentialBackoff74 mStartDelayMs = initialDelayMs; in ExponentialBackoff()84 mCurrentDelayMs = mStartDelayMs; in start()99 mMaximumDelayMs, (long) (mStartDelayMs * Math.pow(mMultiplier, mRetryCounter))); in notifyFailed()
80 private int mStartDelayMs = 0; field in PlayerBase174 mStartDelayMs = Math.max(delayMs, 0); in baseSetStartDelayMs()180 return mStartDelayMs; in getStartDelayMs()