Home
last modified time | relevance | path

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

/aosp12/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.java901 if (SQLiteDatabaseCorruptException.isCorruptException(ex)) { in open()
/aosp12/packages/apps/Dialer/java/com/android/dialer/database/
H A DCallLogQueryHandler.java24 import android.database.sqlite.SQLiteDatabaseCorruptException;
361 } catch (SQLiteDiskIOException | SQLiteFullException | SQLiteDatabaseCorruptException e) { in handleMessage()
/aosp12/packages/apps/Dialer/java/com/android/dialer/blocking/
H A DFilteredNumberAsyncQueryHandler.java24 import android.database.sqlite.SQLiteDatabaseCorruptException;
354 throw new SQLiteDatabaseCorruptException( in unblock()
/aosp12/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()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1784 android.database.sqlite.SQLiteDatabaseCorruptException
H A Dboot-image-profile.txt24703 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1783 android.database.sqlite.SQLiteDatabaseCorruptException
H A Dboot-image-profile.txt34340 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt14122 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {
14123 ctor public SQLiteDatabaseCorruptException();
14124 ctor public SQLiteDatabaseCorruptException(String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt9877 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {
9878 ctor public SQLiteDatabaseCorruptException();
9879 ctor public SQLiteDatabaseCorruptException(java.lang.String);