Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java85 private static final int MESSAGE_PROFILE_ACTIVE_DEVICE_CHANGED = 5; field in PhonePolicy
120 mHandler.obtainMessage(MESSAGE_PROFILE_ACTIVE_DEVICE_CHANGED,
125 mHandler.obtainMessage(MESSAGE_PROFILE_ACTIVE_DEVICE_CHANGED,
130 mHandler.obtainMessage(MESSAGE_PROFILE_ACTIVE_DEVICE_CHANGED,
195 case MESSAGE_PROFILE_ACTIVE_DEVICE_CHANGED: { in handleMessage()