Searched refs:MSG_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
92 static final int MSG_NOTIFICATION = 2003; field in MceStateMachine715 case MSG_NOTIFICATION: in processMessage()1270 sendMessage(MSG_NOTIFICATION, ev); in receiveEvent()1291 case MSG_NOTIFICATION: in getMessageName()
362 Message notification = Message.obtain(mHandler, MceStateMachine.MSG_NOTIFICATION); in testReceiveEmptyEvent()889 Message.obtain(mHandler, MceStateMachine.MSG_NOTIFICATION, (Object) event); in testReceiveNewMessageNotification()