HomeSort by relevance Sort by last modified time
    Searched defs:fillFromCursor (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
MemoryCursor.java 35 public void fillFromCursor(Cursor cursor) {
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 122 fillFromCursor(context, this, cursor, allowQuery);
269 // people that are looking at the cached copy will get updated when fillFromCursor() is
275 fillFromCursor(context, conv, cursor, false); // update the existing conv in-place
863 private static void fillFromCursor(Context context, Conversation conv,
    [all...]

Completed in 57 milliseconds