Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteStatement.java48 } catch (SQLiteDatabaseCorruptException ex) { in execute()
69 } catch (SQLiteDatabaseCorruptException ex) { in executeUpdateDelete()
91 } catch (SQLiteDatabaseCorruptException ex) { in executeInsert()
112 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForLong()
133 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForString()
154 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForBlobFileDescriptor()
H A DSQLiteDatabaseCorruptException.java22 public class SQLiteDatabaseCorruptException extends SQLiteException { class
23 public SQLiteDatabaseCorruptException() {} in SQLiteDatabaseCorruptException() method in SQLiteDatabaseCorruptException
25 public SQLiteDatabaseCorruptException(String error) { in SQLiteDatabaseCorruptException() method in SQLiteDatabaseCorruptException
37 if (th instanceof SQLiteDatabaseCorruptException) { in isCorruptException()
H A DSQLiteQuery.java66 } catch (SQLiteDatabaseCorruptException ex) { in fillWindow()
H A DSQLiteDatabase.java1069 if (SQLiteDatabaseCorruptException.isCorruptException(ex)) { in open()
/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java28 import android.database.sqlite.SQLiteDatabaseCorruptException;
103 } else if (e instanceof SQLiteDatabaseCorruptException) { in writeExceptionToParcel()
180 throw new SQLiteDatabaseCorruptException(msg); in readExceptionFromParcel()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1951 android.database.sqlite.SQLiteDatabaseCorruptException
H A Dboot-image-profile.txt24734 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1955 android.database.sqlite.SQLiteDatabaseCorruptException
H A Dboot-image-profile.txt34841 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
/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.txt14365 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {
14366 ctor public SQLiteDatabaseCorruptException();
14367 ctor public SQLiteDatabaseCorruptException(String);