Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java86 private final Runnable bluetoothTimeoutRunnable = new Runnable() { field in AppRTCBluetoothManager
450 handler.postDelayed(bluetoothTimeoutRunnable, BLUETOOTH_SCO_TIMEOUT_MS); in startTimer()
457 handler.removeCallbacks(bluetoothTimeoutRunnable); in cancelTimer()