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.java125 private static final int MESSAGE_TIMEOUT_BIND = 100; field in BluetoothManagerService
1706 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage()
1712 mHandler.removeMessages(MESSAGE_TIMEOUT_BIND); in handleMessage()
1959 mHandler.removeMessages(MESSAGE_TIMEOUT_BIND); in handleMessage()
2119 case MESSAGE_TIMEOUT_BIND: { in handleMessage()
2269 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable()
2274 mHandler.removeMessages(MESSAGE_TIMEOUT_BIND); in handleEnable()