Searched refs:isCursorReadyToShow (Results 1 – 4 of 4) sorted by relevance
227 if (!isCursorReadyToShow()) {241 if (isCursorReadyToShow()) {736 if (!isCursorReadyToShow()) { in onResume()995 if (!isCursorReadyToShow()) { in onFolderUpdated()1035 if (isCursorReadyToShow() && mCanTakeDownLoadingView) { in onConversationListStatusUpdated()1277 if (isCursorReadyToShow()) { in updateAnalyticsData()1316 private boolean isCursorReadyToShow() { in isCursorReadyToShow() method in ConversationListFragment1317 return ConversationCursor.isCursorReadyToShow(getConversationListCursor()); in isCursorReadyToShow()
1048 if (!ConversationCursor.isCursorReadyToShow(getConversationCursor())) { in updateSpecialViews()
1555 ConversationCursor.isCursorReadyToShow(getConversationListCursor())) {
2496 public static boolean isCursorReadyToShow(ConversationCursor cursor) { in isCursorReadyToShow() method in ConversationCursor