Home
last modified time | relevance | path

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

/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
DMainActivity.java33 public void sendNotification(View view) { in sendNotification() method in MainActivity
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java80 private void sendNotification(int howManyConversations, int messagesPerConversation) { in sendNotification() method in MessagingService
171 service.sendNotification(howManyConversations, messagesPerConversation); in handleMessage()