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.java125 private static final int MESSAGE_BIND_PROFILE_SERVICE = 401; field in BluetoothManagerService
1068 mHandler.removeMessages(MESSAGE_BIND_PROFILE_SERVICE); in unbindAndFinish()
1266 Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE); in bindService()
1284 if (!mHandler.hasMessages(MESSAGE_BIND_PROFILE_SERVICE, this)) { in addProxy()
1285 Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE); in addProxy()
1318 mHandler.removeMessages(MESSAGE_BIND_PROFILE_SERVICE, this); in onServiceConnected()
1389 Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE); in binderDied()
1718 case MESSAGE_BIND_PROFILE_SERVICE: { in handleMessage()
1720 removeMessages(MESSAGE_BIND_PROFILE_SERVICE, msg.obj); in handleMessage()