Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DConversations.java102 public static Conversation[] getUnreadConversations(int howManyConversations, in getUnreadConversations() argument
104 Conversation[] conversations = new Conversation[howManyConversations]; in getUnreadConversations()
105 for (int i = 0; i < howManyConversations; i++) { in getUnreadConversations()
DMessagingService.java80 private void sendNotification(int howManyConversations, int messagesPerConversation) { in sendNotification() argument
82 howManyConversations, messagesPerConversation); in sendNotification()
168 int howManyConversations = msg.arg1 <= 0 ? 1 : msg.arg1; in handleMessage() local
171 service.sendNotification(howManyConversations, messagesPerConversation); in handleMessage()
DMessagingFragment.java152 private void sendMsg(int howManyConversations, int messagesPerConversation) { in sendMsg() argument
155 howManyConversations, messagesPerConversation); in sendMsg()