Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DStaleDataException.java23 public class StaleDataException extends java.lang.RuntimeException class
25 public StaleDataException() in StaleDataException() method in StaleDataException
30 public StaleDataException(String description) in StaleDataException() method in StaleDataException
DBulkCursorToCursorAdaptor.java63 throw new StaleDataException("Attempted to access a cursor after it has been closed."); in throwIfCursorIsClosed()
DAbstractWindowedCursor.java141 throw new StaleDataException("Attempting to access a closed CursorWindow." + in checkPosition()
DCursorToBulkCursorAdaptor.java121 throw new StaleDataException("Attempted to access a cursor after it has been closed."); in throwIfCursorIsClosed()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9726 public class StaleDataException extends java.lang.RuntimeException {
9727 ctor public StaleDataException();
9728 ctor public StaleDataException(java.lang.String);
/frameworks/base/api/
Dcurrent.txt12840 public class StaleDataException extends java.lang.RuntimeException {
12841 ctor public StaleDataException();
12842 ctor public StaleDataException(String);