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

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

Completed in 82 milliseconds