Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DCarBluetoothUserService.java54 private static final int PROXY_OPERATION_TIMEOUT_MS = 8_000; field in CarBluetoothUserService
292 if (!waitForProxies(PROXY_OPERATION_TIMEOUT_MS) in getConnectionPolicy()
341 if (!waitForProxies(PROXY_OPERATION_TIMEOUT_MS) in setConnectionPolicy()
426 pw.printf("Proxy operation timeout: %d ms\n", PROXY_OPERATION_TIMEOUT_MS); in dump()