Home
last modified time | relevance | path

Searched refs:SQLiteDoneException (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDoneException.java25 public class SQLiteDoneException extends SQLiteException { class
26 public SQLiteDoneException() {} in SQLiteDoneException() method in SQLiteDoneException
28 public SQLiteDoneException(String error) { in SQLiteDoneException() method in SQLiteDoneException
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseStatementTest.java22 import android.database.sqlite.SQLiteDoneException;
108 } catch (SQLiteDoneException e) { in testSimpleQuery()
120 } catch (SQLiteDoneException e) { in testSimpleQuery()
/frameworks/base/boot/
Dpreloaded-classes2116 android.database.sqlite.SQLiteDoneException
Dboot-image-profile.txt24497 Landroid/database/sqlite/SQLiteDoneException;
/frameworks/base/config/
Dpreloaded-classes2120 android.database.sqlite.SQLiteDoneException
Dboot-image-profile.txt34631 Landroid/database/sqlite/SQLiteDoneException;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9897 public class SQLiteDoneException extends android.database.sqlite.SQLiteException {
9898 ctor public SQLiteDoneException();
9899 ctor public SQLiteDoneException(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt14889 public class SQLiteDoneException extends android.database.sqlite.SQLiteException {
14890 ctor public SQLiteDoneException();
14891 ctor public SQLiteDoneException(String);