Searched refs:setUnreadCount (Results 1 – 4 of 4) sorted by relevance
385 viewPagerTabs.setUnreadCount(count, DialtactsPagerAdapter.TAB_INDEX_VOICEMAIL); in onVoicemailUnreadCountFetched()402 viewPagerTabs.setUnreadCount(count, DialtactsPagerAdapter.TAB_INDEX_HISTORY); in onMissedCallsUnreadCountFetched()
69 conversationBuilder.setMessages(messagesToRead).setUnreadCount(unreadCount); in fetchConversation()
124 public void setUnreadCount(int count, int position) { in setUnreadCount() method in ViewPagerTabs
407 public Builder setUnreadCount(int unreadCount) { in setUnreadCount() method in Conversation.Builder