Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DBleMessageStreamV1.java56 private static final long BLE_MESSAGE_RETRY_DELAY_MS = TimeUnit.SECONDS.toMillis(2); field in BleMessageStreamV1
289 mHandler.postDelayed(this, BLE_MESSAGE_RETRY_DELAY_MS);
DCarTrustAgentBleManager.java93 static final long BLE_MESSAGE_RETRY_DELAY_MS = TimeUnit.SECONDS.toMillis(2); field in CarTrustAgentBleManager
439 mHandler.postDelayed(this::attemptAdvertising, BLE_MESSAGE_RETRY_DELAY_MS); in attemptAdvertising()