HomeSort by relevance Sort by last modified time
    Searched full:frequentrowcount (Results 1 - 1 of 1) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileAdapter.java 295 int frequentRowCount = mContactCursor.getCount() - mDividerPosition ;
298 frequentRowCount += frequentRowCount == 0 ? 0 : 1;
301 return starredRowCount + frequentRowCount;

Completed in 152 milliseconds