Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/database/
H A DEmptyCursor.java48 throw cursorException(); in getString()
53 throw cursorException(); in getShort()
58 throw cursorException(); in getInt()
63 throw cursorException(); in getLong()
68 throw cursorException(); in getFloat()
73 throw cursorException(); in getDouble()
78 throw cursorException(); in isNull()
81 private CursorIndexOutOfBoundsException cursorException() { in cursorException() method in EmptyCursor
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/database/
H A DEmptyCursor.java48 throw cursorException(); in getString()
53 throw cursorException(); in getShort()
58 throw cursorException(); in getInt()
63 throw cursorException(); in getLong()
68 throw cursorException(); in getFloat()
73 throw cursorException(); in getDouble()
78 throw cursorException(); in isNull()
81 private CursorIndexOutOfBoundsException cursorException() { in cursorException() method in EmptyCursor