Home
last modified time | relevance | path

Searched refs:SQLiteFullException (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteFullException.java22 public class SQLiteFullException extends SQLiteException { class
23 public SQLiteFullException() {} in SQLiteFullException() method in SQLiteFullException
25 public SQLiteFullException(String error) { in SQLiteFullException() method in SQLiteFullException
/frameworks/base/core/java/android/database/
DDatabaseUtils.java30 import android.database.sqlite.SQLiteFullException;
103 } else if (e instanceof SQLiteFullException) { in writeExceptionToParcel()
180 throw new SQLiteFullException(msg); in readExceptionFromParcel()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java26 import android.database.sqlite.SQLiteFullException;
1304 } catch (SQLiteFullException e) { in pruneIfNecessary()
/frameworks/base/config/
Dpreloaded-classes1114 android.database.sqlite.SQLiteFullException
Dboot-image-profile.txt33271 Landroid/database/sqlite/SQLiteFullException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9908 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
9909 ctor public SQLiteFullException();
9910 ctor public SQLiteFullException(java.lang.String);
/frameworks/base/non-updatable-api/
Dcurrent.txt13069 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
13070 ctor public SQLiteFullException();
13071 ctor public SQLiteFullException(String);
/frameworks/base/api/
Dcurrent.txt13069 public class SQLiteFullException extends android.database.sqlite.SQLiteException {
13070 ctor public SQLiteFullException();
13071 ctor public SQLiteFullException(String);