Searched refs:SQLiteDoneException (Results 1 – 8 of 8) sorted by relevance
25 public class SQLiteDoneException extends SQLiteException { class26 public SQLiteDoneException() {} in SQLiteDoneException() method in SQLiteDoneException28 public SQLiteDoneException(String error) { in SQLiteDoneException() method in SQLiteDoneException
22 import android.database.sqlite.SQLiteDoneException;108 } catch (SQLiteDoneException e) { in testSimpleQuery()120 } catch (SQLiteDoneException e) { in testSimpleQuery()
1959 android.database.sqlite.SQLiteDoneException
24743 Landroid/database/sqlite/SQLiteDoneException;
1963 android.database.sqlite.SQLiteDoneException
34850 Landroid/database/sqlite/SQLiteDoneException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14385 public class SQLiteDoneException extends android.database.sqlite.SQLiteException {14386 ctor public SQLiteDoneException();14387 ctor public SQLiteDoneException(String);