Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A 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
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStatementTest.java22 import android.database.sqlite.SQLiteDoneException;
108 } catch (SQLiteDoneException e) { in testSimpleQuery()
120 } catch (SQLiteDoneException e) { in testSimpleQuery()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1959 android.database.sqlite.SQLiteDoneException
H A Dboot-image-profile.txt24743 Landroid/database/sqlite/SQLiteDoneException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1963 android.database.sqlite.SQLiteDoneException
H A Dboot-image-profile.txt34850 Landroid/database/sqlite/SQLiteDoneException;
/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.txt14385 public class SQLiteDoneException extends android.database.sqlite.SQLiteException {
14386 ctor public SQLiteDoneException();
14387 ctor public SQLiteDoneException(String);