Searched refs:getColumnIndexOrThrow (Results 1 – 9 of 9) sorted by relevance
85 assertThat(cursor.getColumnIndexOrThrow("id"), equalTo(0)); in testGetColumnIndexOrThrow()86 assertThat(cursor.getColumnIndexOrThrow("name"), equalTo(1)); in testGetColumnIndexOrThrow()91 cursor.getColumnIndexOrThrow("Fred"); in testGetColumnIndexOrThrowNotFound()98 assertThat(cursor.getColumnIndexOrThrow("name"), equalTo(1)); in testGetColumnIndexOrThrowEmpty()105 cursor.getColumnIndexOrThrow("Fred"); in testGetColumnIndexOrThrowNotFoundEmpty()
103 cursor.getColumnIndexOrThrow("z"); in shouldDefineGetColumnNameOrThrow()
149 mRowIDColumn = cursorPresent ? c.getColumnIndexOrThrow("_id") : -1; in initialize()198 this.mCursor.getColumnIndexOrThrow("_id"); in getItemId()304 mRowIDColumn = cursor.getColumnIndexOrThrow("_id"); in changeCursor()
84 public int getColumnIndexOrThrow(String s) throws IllegalArgumentException { in getColumnIndexOrThrow() method in ShadowCursorWrapper85 return wrappedCursor.getColumnIndexOrThrow(s); in getColumnIndexOrThrow()
123 public int getColumnIndexOrThrow(String columnName) { in getColumnIndexOrThrow() method in ShadowAbstractCursor
333 mFrom[i] = mCursor.getColumnIndexOrThrow(from[i]); in findColumns()
62 public int getColumnIndexOrThrow(String columnName) { in getColumnIndexOrThrow() method in ShadowSQLiteCursor
78 public int getColumnIndexOrThrow(String columnName) throws IllegalArgumentException { in getColumnIndexOrThrow() method in TestCursor
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...