Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBluetoothUserService.java45 private static final int PROXY_OPERATION_TIMEOUT_MS = 8_000; field in CarBluetoothUserService
288 if (!waitForProxies(PROXY_OPERATION_TIMEOUT_MS) in bluetoothConnectToProfile()
332 if (!waitForProxies(PROXY_OPERATION_TIMEOUT_MS) in bluetoothDisconnectFromProfile()
376 if (!waitForProxies(PROXY_OPERATION_TIMEOUT_MS) in getProfilePriority()
428 if (!waitForProxies(PROXY_OPERATION_TIMEOUT_MS) in setProfilePriority()
461 pw.printf("Proxy operation timeout: %d ms\n", PROXY_OPERATION_TIMEOUT_MS); in dump()