Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioServiceTest.java55 private static final int MAX_MESSAGE_HANDLING_DELAY_MS = 100; field in AudioServiceTest
107 Thread.sleep(MAX_MESSAGE_HANDLING_DELAY_MS); in testMuteMicrophone()
132 Thread.sleep(MAX_MESSAGE_HANDLING_DELAY_MS); in testMuteMicrophoneWhenFail()
144 Thread.sleep(MAX_MESSAGE_HANDLING_DELAY_MS); // wait for full AudioService initialization in testRingNotifAlias()
155 Thread.sleep(MAX_MESSAGE_HANDLING_DELAY_MS); in testRingNotifAlias()
H A DAudioDeviceBrokerTest.java56 private static final int MAX_MESSAGE_HANDLING_DELAY_MS = 100; field in AudioDeviceBrokerTest
105 Thread.sleep(2 * MAX_MESSAGE_HANDLING_DELAY_MS); in testPostA2dpDeviceConnectionChange()
193 Thread.sleep(MAX_MESSAGE_HANDLING_DELAY_MS); in testSetWiredDeviceConnectionState()
245 Thread.sleep(MAX_MESSAGE_HANDLING_DELAY_MS); in doTestConnectionDisconnectionReconnection()
259 Thread.sleep(AudioService.BECOMING_NOISY_DELAY_MS + MAX_MESSAGE_HANDLING_DELAY_MS); in doTestConnectionDisconnectionReconnection()