Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java46 public static final int MSG_SEND_NOTIFICATION = 1; field in MessagingService
167 case MSG_SEND_NOTIFICATION: in handleMessage()
DMessagingFragment.java154 Message msg = Message.obtain(null, MessagingService.MSG_SEND_NOTIFICATION, in sendMsg()