Searched refs:mCursorLeft (Results 1 – 2 of 2) sorted by relevance
48 private Cursor mCursorLeft; field in CursorJoiner85 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 …]
14315 Landroid/database/CursorJoiner;->mCursorLeft:Landroid/database/Cursor;