Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java313 private static final long SET_COMMUNICATION_DEVICE_TIMEOUT_MS = 3000; field in AudioDeviceBroker
632 SET_COMMUNICATION_DEVICE_TIMEOUT_MS - elapsed); in getCommunicationDevice()
637 if (elapsed >= SET_COMMUNICATION_DEVICE_TIMEOUT_MS) { in getCommunicationDevice()