Searched defs:fillFromCursor (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DMemoryCursor.java35 public void fillFromCursor(Cursor cursor) { method in class:MemoryCursor
/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java127 fillFromCursor(context, this, cursor, allowQuery);
274 // people that are looking at the cached copy will get updated when fillFromCursor() is
280 fillFromCursor(context, conv, cursor, false); // update the existing conv in-place
905 private static void fillFromCursor(Context context, Conversation conv, method in class:Conversation
933 Log.d(TAG, "fillFromCursor: conv=" + conv + ", recipientIds=" + recipientIds);
1255 fillFromCursor(context, conv, c, true);
1282 fillFromCursor(mContext, this, c, allowQuery);
1285 LogTag.error("loadFromThreadId: fillFromCursor returned differnt thread_id!" +

Completed in 70 milliseconds