Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterState.java74 static final int BLE_STOP_TIMEOUT_DELAY = 1000; field in AdapterState
370 sendMessageDelayed(BLE_STOP_TIMEOUT, BLE_STOP_TIMEOUT_DELAY); in enter()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java344 verify(mMockContext, timeout(AdapterState.BLE_STOP_TIMEOUT_DELAY + CONTEXT_SWITCH_MS) in testGattStartTimeout()
384 AdapterState.BLE_STOP_TIMEOUT_DELAY + NATIVE_DISABLE_MS); in testGattStopTimeout()
460 AdapterState.BLE_STOP_TIMEOUT_DELAY + NATIVE_DISABLE_MS); in testProfileStopTimeout()