Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DCursorIndexOutOfBoundsException.java22 public class CursorIndexOutOfBoundsException extends IndexOutOfBoundsException { class
24 public CursorIndexOutOfBoundsException(int index, int size) { in CursorIndexOutOfBoundsException() method in CursorIndexOutOfBoundsException
28 public CursorIndexOutOfBoundsException(String message) { in CursorIndexOutOfBoundsException() method in CursorIndexOutOfBoundsException
DMatrixCursor.java72 throw new CursorIndexOutOfBoundsException("Requested column: " in get()
76 throw new CursorIndexOutOfBoundsException("Before first row."); in get()
79 throw new CursorIndexOutOfBoundsException("After last row."); in get()
222 throw new CursorIndexOutOfBoundsException( in add()
DAbstractCursor.java515 throw new CursorIndexOutOfBoundsException(mPos, getCount()); in checkPosition()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseCursorTest.java160 } catch (CursorIndexOutOfBoundsException ex) { in testCursor1()
198 } catch (CursorIndexOutOfBoundsException ex) { in testCursor1()
215 } catch (CursorIndexOutOfBoundsException ex) { in testCursor2()
227 } catch (CursorIndexOutOfBoundsException ex) { in testCursor2()
/frameworks/base/config/
Dpreloaded-classes1061 android.database.CursorIndexOutOfBoundsException
Dboot-image-profile.txt33217 Landroid/database/CursorIndexOutOfBoundsException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9474 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {
9475 ctor public CursorIndexOutOfBoundsException(int, int);
9476 ctor public CursorIndexOutOfBoundsException(java.lang.String);
/frameworks/base/non-updatable-api/
Dcurrent.txt12606 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {
12607 ctor public CursorIndexOutOfBoundsException(int, int);
12608 ctor public CursorIndexOutOfBoundsException(String);
/frameworks/base/api/
Dcurrent.txt12606 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {
12607 ctor public CursorIndexOutOfBoundsException(int, int);
12608 ctor public CursorIndexOutOfBoundsException(String);