Home
last modified time | relevance | path

Searched defs:howManyConversations (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java80 private void sendNotification(int howManyConversations, int messagesPerConversation) { in sendNotification()
168 int howManyConversations = msg.arg1 <= 0 ? 1 : msg.arg1; in handleMessage() local
DConversations.java102 public static Conversation[] getUnreadConversations(int howManyConversations, in getUnreadConversations()
DMessagingFragment.java152 private void sendMsg(int howManyConversations, int messagesPerConversation) { in sendMsg()