Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java92 static final int MSG_NOTIFICATION = 2003; field in MceStateMachine
715 case MSG_NOTIFICATION: in processMessage()
1270 sendMessage(MSG_NOTIFICATION, ev); in receiveEvent()
1291 case MSG_NOTIFICATION: in getMessageName()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java362 Message notification = Message.obtain(mHandler, MceStateMachine.MSG_NOTIFICATION); in testReceiveEmptyEvent()
889 Message.obtain(mHandler, MceStateMachine.MSG_NOTIFICATION, (Object) event); in testReceiveNewMessageNotification()