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.java66 throw new CursorIndexOutOfBoundsException("Requested column: " in get()
70 throw new CursorIndexOutOfBoundsException("Before first row."); in get()
73 throw new CursorIndexOutOfBoundsException("After last row."); in get()
216 throw new CursorIndexOutOfBoundsException( in add()
DAbstractCursor.java460 throw new CursorIndexOutOfBoundsException(mPos, getCount()); in checkPosition()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseCursorTest.java22 import android.database.CursorIndexOutOfBoundsException;
163 } catch (CursorIndexOutOfBoundsException ex) { in testCursor1()
201 } catch (CursorIndexOutOfBoundsException ex) { in testCursor1()
218 } catch (CursorIndexOutOfBoundsException ex) { in testCursor2()
230 } catch (CursorIndexOutOfBoundsException ex) { in testCursor2()
/frameworks/base/
Dpreloaded-classes877 android.database.CursorIndexOutOfBoundsException
Dcompiled-classes-phone1170 android.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/api/
Dcurrent.txt11506 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {
11507 ctor public CursorIndexOutOfBoundsException(int, int);
11508 ctor public CursorIndexOutOfBoundsException(java.lang.String);
Dsystem-current.txt12286 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {
12287 ctor public CursorIndexOutOfBoundsException(int, int);
12288 ctor public CursorIndexOutOfBoundsException(java.lang.String);