Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteStatement.java45 } catch (SQLiteDatabaseCorruptException ex) { in execute()
66 } catch (SQLiteDatabaseCorruptException ex) { in executeUpdateDelete()
88 } catch (SQLiteDatabaseCorruptException ex) { in executeInsert()
109 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForLong()
130 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForString()
151 } catch (SQLiteDatabaseCorruptException ex) { in simpleQueryForBlobFileDescriptor()
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
DSQLiteQuery.java66 } catch (SQLiteDatabaseCorruptException ex) { in fillWindow()
DSQLiteDatabase.java866 } catch (SQLiteDatabaseCorruptException ex) { in open()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java25 import android.database.sqlite.SQLiteDatabaseCorruptException;
96 } else if (e instanceof SQLiteDatabaseCorruptException) { in writeExceptionToParcel()
173 throw new SQLiteDatabaseCorruptException(msg); in readExceptionFromParcel()
/frameworks/base/config/
Dpreloaded-classes990 android.database.sqlite.SQLiteDatabaseCorruptException
Dhiddenapi-public-dex.txt9948 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
9949 Landroid/database/sqlite/SQLiteDatabaseCorruptException;-><init>()V
9950 Landroid/database/sqlite/SQLiteDatabaseCorruptException;-><init>(Ljava/lang/String;)V
Dboot-image-profile.txt54898 Landroid/database/sqlite/SQLiteDatabaseCorruptException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9877 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {
9878 ctor public SQLiteDatabaseCorruptException();
9879 ctor public SQLiteDatabaseCorruptException(java.lang.String);
/frameworks/base/api/
Dcurrent.txt12574 public class SQLiteDatabaseCorruptException extends android.database.sqlite.SQLiteException {
12575 ctor public SQLiteDatabaseCorruptException();
12576 ctor public SQLiteDatabaseCorruptException(java.lang.String);