Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java113 private static final int MESSAGE_TIMEOUT_BIND = 100; field in BluetoothManagerService
1462 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage()
1468 mHandler.removeMessages(MESSAGE_TIMEOUT_BIND); in handleMessage()
1635 mHandler.removeMessages(MESSAGE_TIMEOUT_BIND); in handleMessage()
1790 case MESSAGE_TIMEOUT_BIND: { in handleMessage()
1924 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable()
1929 mHandler.removeMessages(MESSAGE_TIMEOUT_BIND); in handleEnable()