Searched refs:MESSAGE_BIND_PROFILE_SERVICE (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java124 private static final int MESSAGE_BIND_PROFILE_SERVICE = 401; field in class:BluetoothManagerService
929 mHandler.removeMessages(MESSAGE_BIND_PROFILE_SERVICE);
1080 Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE);
1098 if (!mHandler.hasMessages(MESSAGE_BIND_PROFILE_SERVICE, this)) {
1099 Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE);
1128 mHandler.removeMessages(MESSAGE_BIND_PROFILE_SERVICE, this);
1194 Message msg = mHandler.obtainMessage(MESSAGE_BIND_PROFILE_SERVICE);
1504 case MESSAGE_BIND_PROFILE_SERVICE:
1507 removeMessages(MESSAGE_BIND_PROFILE_SERVICE, msg.obj);

Completed in 59 milliseconds