HomeSort by relevance Sort by last modified time
    Searched refs:cursorCount (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/widget/
WidgetConversationService.java 166 final int cursorCount = mCursor.getCount();
167 if (cursorCount > MAX_ITEMS_TO_SHOW) {
168 scrollToPosition += cursorCount - MAX_ITEMS_TO_SHOW;
174 " cursorCount: " + cursorCount +
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 369 final int cursorCount = mConversationCursor != null ?
371 mShouldShowViewMore = count < cursorCount || count < mFolderCount;
384 final int cursorCount = mConversationCursor != null ?
386 return Math.min(cursorCount, MAX_CONVERSATIONS_COUNT);
  /frameworks/base/media/java/android/media/
RingtoneManager.java 433 final int cursorCount = cursor.getCount();
442 for (int i = 0; i < cursorCount; i++) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 711 int cursorCount = cursor.getCount();
712 if (cursorCount < messageCount) {
    [all...]

Completed in 648 milliseconds