Home
last modified time | relevance | path

Searched defs:getColumnIndexOrThrow (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAbstractCursor.java123 public int getColumnIndexOrThrow(String columnName) { in getColumnIndexOrThrow() method in ShadowAbstractCursor
DShadowSQLiteCursor.java62 public int getColumnIndexOrThrow(String columnName) { in getColumnIndexOrThrow() method in ShadowSQLiteCursor
DShadowCursorWrapper.java84 public int getColumnIndexOrThrow(String s) throws IllegalArgumentException { in getColumnIndexOrThrow() method in ShadowCursorWrapper
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
DTestCursor.java78 public int getColumnIndexOrThrow(String columnName) throws IllegalArgumentException { in getColumnIndexOrThrow() method in TestCursor