Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DField.java60 throw buildException(Cursor.FIELD_TYPE_INTEGER); in getLong()
70 throw buildException(Cursor.FIELD_TYPE_STRING); in getString()
80 throw buildException(Cursor.FIELD_TYPE_INTEGER); in putLong()
90 throw buildException(Cursor.FIELD_TYPE_STRING); in putString()
93 private UnsupportedOperationException buildException(int expectedFieldType) { in buildException() method in Field