Home
last modified time | relevance | path

Searched refs:SleepAssertIntEquals (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioDeviceVolumeManagerTest.java30 import android.media.audio.cts.AudioTestUtil.SleepAssertIntEquals;
139 final SleepAssertIntEquals checkVol = new SleepAssertIntEquals( in testSetGetVolume()
DAudioTestUtil.java84 public static class SleepAssertIntEquals { class in AudioTestUtil
96 SleepAssertIntEquals(int maxWaitMs, int periodMs, Context context) { in SleepAssertIntEquals() method in AudioTestUtil.SleepAssertIntEquals