Searched refs:childCursor (Results 1 – 2 of 2) sorted by relevance
150 final Cursor childCursor = mArchive.queryChildDocuments( in testQueryChildDocument() local153 assertTrue(childCursor.moveToFirst()); in testQueryChildDocument()156 childCursor.getString(childCursor.getColumnIndexOrThrow( in testQueryChildDocument()159 childCursor.getString(childCursor.getColumnIndexOrThrow( in testQueryChildDocument()162 childCursor.getString(childCursor.getColumnIndexOrThrow( in testQueryChildDocument()165 childCursor.getInt(childCursor.getColumnIndexOrThrow(Document.COLUMN_SIZE))); in testQueryChildDocument()187 final Cursor childCursor = mArchive.queryChildDocuments( in testQueryChildDocument_NoDirs() local190 assertTrue(childCursor.moveToFirst()); in testQueryChildDocument_NoDirs()193 childCursor.getString(childCursor.getColumnIndexOrThrow( in testQueryChildDocument_NoDirs()196 childCursor.getString(childCursor.getColumnIndexOrThrow( in testQueryChildDocument_NoDirs()[all …]
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()