Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java131 private static final int MESSAGE_BIND_PROFILE_SERVICE = 401; field in BluetoothManagerService
1195 mHandler.removeMessages(MESSAGE_BIND_PROFILE_SERVICE); in unbindAndFinish()
1398 Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE); in bindService()
1416 if (!mHandler.hasMessages(MESSAGE_BIND_PROFILE_SERVICE, this)) { in addProxy()
1417 Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE); in addProxy()
1450 mHandler.removeMessages(MESSAGE_BIND_PROFILE_SERVICE, this); in onServiceConnected()
1521 Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE); in binderDied()
1934 case MESSAGE_BIND_PROFILE_SERVICE: { in handleMessage()
1936 removeMessages(MESSAGE_BIND_PROFILE_SERVICE, msg.obj); in handleMessage()