Home | History | Annotate | Download | only in cts

Lines Matching defs:ms

43      * @param initialValue initial timeout value, in ms.
45 * @param maxValue max timeout value (in ms) set by {@link #increase()}.
70 * Gets the current timeout, in ms.
72 public long ms() {
77 * Gets the max timeout, in ms.
107 Log.w(TAG, mName + " increased from " + oldValue + "ms to " + mCurrentValue + "ms at "
115 * {@link #ms()}.
132 * {@link #ms()}.
152 throw new IllegalArgumentException("need to sleep at least 1ms, right?");
165 + retryMs + "ms before trying again");
171 + (System.currentTimeMillis() - startTime) + "ms: " + this);
177 return mName + ": [current=" + mCurrentValue + "ms; multiplier=" + mMultiplier + "x; max="
178 + mMaxValue + "ms]";