Searched defs:howManyConversations (Results 1 – 3 of 3) sorted by relevance
80 private void sendNotification(int howManyConversations, int messagesPerConversation) { in sendNotification()168 int howManyConversations = msg.arg1 <= 0 ? 1 : msg.arg1; in handleMessage() local
102 public static Conversation[] getUnreadConversations(int howManyConversations, in getUnreadConversations()
152 private void sendMsg(int howManyConversations, int messagesPerConversation) { in sendMsg()