Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java313 private static final long SET_COMMUNICATION_DEVICE_TIMEOUT_MS = 3000; field in AudioDeviceBroker
333 deviceInfo.wait(SET_COMMUNICATION_DEVICE_TIMEOUT_MS - elapsed); in setCommunicationDevice()
336 if (elapsed >= SET_COMMUNICATION_DEVICE_TIMEOUT_MS) { in setCommunicationDevice()