Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java97 static final int MSG_NOTIFICATION = 2003; field in MceStateMachine
568 case MSG_NOTIFICATION: in processMessage()
659 case MSG_NOTIFICATION: in processNotification()
987 sendMessage(MSG_NOTIFICATION, ev); in receiveEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java256 Message notification = Message.obtain(mHandler, MceStateMachine.MSG_NOTIFICATION); in testReceiveEmptyEvent()