Searched refs:mFrequentContactsCursor (Results 1 – 1 of 1) sorted by relevance
44 private Cursor mFrequentContactsCursor; field in FrequentContactsCursorBuilder51 mFrequentContactsCursor = frequentContactsCursor; in setFrequents()69 mFrequentContactsCursor = null; in resetBuilder()78 if (mFrequentContactsCursor != null && mAllContactsCursor != null) { in build()79 Assert.isTrue(!mFrequentContactsCursor.isClosed()); in build()91 int oldPosition = mFrequentContactsCursor.getPosition(); in build()93 mFrequentContactsCursor.moveToPosition(-1); in build()94 while (mFrequentContactsCursor.moveToNext()) { in build()95 final String lookupKey = mFrequentContactsCursor.getString( in build()99 mFrequentContactsCursor.moveToPosition(oldPosition); in build()[all …]