Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/
H A 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
H A DBulkCursorToCursorAdaptor.java63 throw new StaleDataException("Attempted to access a cursor after it has been closed."); in throwIfCursorIsClosed()
H A DAbstractWindowedCursor.java142 throw new StaleDataException("Attempting to access a closed CursorWindow." + in checkPosition()
H A DCursorToBulkCursorAdaptor.java137 throw new StaleDataException("Attempted to access a cursor after it has been closed."); in throwIfCursorIsClosed()
/aosp14/frameworks/base/media/java/android/media/
H A DRingtoneManager.java37 import android.database.StaleDataException;
503 } catch (StaleDataException | IllegalStateException e) { in getRingtoneUri()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1918 android.database.StaleDataException
H A Dboot-image-profile.txt24701 Landroid/database/StaleDataException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1922 android.database.StaleDataException
H A Dboot-image-profile.txt34808 Landroid/database/StaleDataException;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14171 public class StaleDataException extends java.lang.RuntimeException {
14172 ctor public StaleDataException();
14173 ctor public StaleDataException(String);