Searched defs:getConversationCount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/widget/
H A DMmsWidgetService.java170 final int count = getConversationCount();
182 private int getConversationCount() { method in class:MmsWidgetService.MmsFactory
184 Log.v(TAG, "getConversationCount");
213 || (mShouldShowViewMore && position >= getConversationCount())) {
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
H A DWidgetService.java364 final int count = getConversationCount();
378 private int getConversationCount() { method in class:WidgetService.MailFactory
394 || (mShouldShowViewMore && position >= getConversationCount())) {

Completed in 292 milliseconds