Home
last modified time | relevance | path

Searched refs:mCursorLeft (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/
DCursorJoiner.java48 private Cursor mCursorLeft; field in CursorJoiner
85 mCursorLeft = cursorLeft; in CursorJoiner()
88 mCursorLeft.moveToFirst(); in CursorJoiner()
125 return !mCursorLeft.isLast() || !mCursorRight.isLast(); in hasNext()
128 return !mCursorLeft.isLast() || !mCursorRight.isAfterLast(); in hasNext()
131 return !mCursorLeft.isAfterLast() || !mCursorRight.isLast(); in hasNext()
138 return !mCursorLeft.isAfterLast() || !mCursorRight.isAfterLast(); in hasNext()
164 boolean hasLeft = !mCursorLeft.isAfterLast(); in next()
168 populateValues(mValues, mCursorLeft, mColumnsLeft, 0 /* start filling at index 0 */); in next()
221 mCursorLeft.moveToNext(); in incrementCursors()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14315 Landroid/database/CursorJoiner;->mCursorLeft:Landroid/database/Cursor;