Home
last modified time | relevance | path

Searched refs:mAllContactsCursor (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DFrequentContactsCursorBuilder.java43 private Cursor mAllContactsCursor; field in FrequentContactsCursorBuilder
60 mAllContactsCursor = allContactsCursor; in setAllContacts()
68 mAllContactsCursor = null; in resetBuilder()
78 if (mFrequentContactsCursor != null && mAllContactsCursor != null) { in build()
80 Assert.isTrue(!mAllContactsCursor.isClosed()); in build()
107 oldPosition = mAllContactsCursor.getPosition(); in build()
108 mAllContactsCursor.moveToPosition(-1); in build()
109 while (mAllContactsCursor.moveToNext()) { in build()
110 final String lookupKey = mAllContactsCursor.getString(ContactUtil.INDEX_LOOKUP_KEY); in build()
114 mAllContactsCursor.getLong(ContactUtil.INDEX_DATA_ID); in build()
[all …]