Searched refs:MESSAGE_BIND_PROFILE_SERVICE (Results 1 – 1 of 1) sorted by relevance
125 private static final int MESSAGE_BIND_PROFILE_SERVICE = 401; field in BluetoothManagerService1068 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()