Searched refs:periodMs (Results 1 – 2 of 2) sorted by relevance
65 public static boolean checkConditionFor(long timeoutMs, long periodMs, in checkConditionFor() argument70 Thread.sleep(periodMs); in checkConditionFor()
96 SleepAssertIntEquals(int maxWaitMs, int periodMs, Context context) { in SleepAssertIntEquals() argument97 if (periodMs >= maxWaitMs) { in SleepAssertIntEquals()101 mPeriodMs = periodMs; in SleepAssertIntEquals()