Searched refs:childCursor (Results 1 – 3 of 3) sorted by relevance
74 Cursor childCursor = resolver.query(Mailbox.CONTENT_URI, in setFlagsAndChildrensParentKey() local77 if (childCursor == null) return; in setFlagsAndChildrensParentKey()79 while (childCursor.moveToNext()) { in setFlagsAndChildrensParentKey()83 long childId = childCursor.getLong(Mailbox.ID_PROJECTION_COLUMN); in setFlagsAndChildrensParentKey()88 childCursor.close(); in setFlagsAndChildrensParentKey()
678 final Cursor childCursor = mContentResolver.query(Mailbox.CONTENT_URI, in doParentFixups() local682 if (childCursor != null) { in doParentFixups()688 while (childCursor.moveToNext()) { in doParentFixups()689 final long childId = childCursor.getLong(FIXUP_CHILD_ID_COLUMN); in doParentFixups()696 childCursor.close(); in doParentFixups()
407 Cursor childCursor = mChildrenCursors.get(accountType + "#" + account); in getChildrenCursor() local409 return childCursor; in getChildrenCursor()