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.java119 private static final int MESSAGE_TIMEOUT_BIND = 100; field in BluetoothManagerService
1570 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleMessage()
1576 mHandler.removeMessages(MESSAGE_TIMEOUT_BIND); in handleMessage()
1743 mHandler.removeMessages(MESSAGE_TIMEOUT_BIND); in handleMessage()
1898 case MESSAGE_TIMEOUT_BIND: { in handleMessage()
2032 Message timeoutMsg = mHandler.obtainMessage(MESSAGE_TIMEOUT_BIND); in handleEnable()
2037 mHandler.removeMessages(MESSAGE_TIMEOUT_BIND); in handleEnable()