Searched refs:StaleDataException (Results 1 – 11 of 11) sorted by relevance
23 public class StaleDataException extends java.lang.RuntimeException class25 public StaleDataException() in StaleDataException() method in StaleDataException30 public StaleDataException(String description) in StaleDataException() method in StaleDataException
63 throw new StaleDataException("Attempted to access a cursor after it has been closed."); in throwIfCursorIsClosed()
142 throw new StaleDataException("Attempting to access a closed CursorWindow." + in checkPosition()
137 throw new StaleDataException("Attempted to access a cursor after it has been closed."); in throwIfCursorIsClosed()
37 import android.database.StaleDataException;503 } catch (StaleDataException | IllegalStateException e) { in getRingtoneUri()
1918 android.database.StaleDataException
24701 Landroid/database/StaleDataException;
1922 android.database.StaleDataException
34808 Landroid/database/StaleDataException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14171 public class StaleDataException extends java.lang.RuntimeException {14172 ctor public StaleDataException();14173 ctor public StaleDataException(String);