Searched refs:mContactEntries (Results 1 – 1 of 1) sorted by relevance
67 private ArrayList<ContactEntry> mContactEntries = null; field in PhoneFavoritesTileAdapter121 mContactEntries = new ArrayList<>(); in PhoneFavoritesTileAdapter()182 mContactEntries.clear(); in saveCursorToCache()263 mContactEntries.add(contact); in saveCursorToCache()273 arrangeContactsByPinnedPosition(mContactEntries); in saveCursorToCache()275 ShortcutRefresher.refresh(mContext, mContactEntries); in saveCursorToCache()305 if (mContactEntries == null) { in getCount()309 return mContactEntries.size(); in getCount()318 return mContactEntries.get(position); in getItem()395 mDraggedEntry = mContactEntries.get(index); in popContactEntry()[all …]