Home
last modified time | relevance | path

Searched refs:SQLException (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/core/java/android/database/
DSQLException.java22 public class SQLException extends RuntimeException { class
23 public SQLException() { in SQLException() method in SQLException
26 public SQLException(String error) { in SQLException() method in SQLException
30 public SQLException(String error, Throwable cause) { in SQLException() method in SQLException
DDatabaseUtils.java1035 private void buildSQL() throws SQLException { in buildSQL()
1080 private SQLiteStatement getStatement(boolean allowReplace) throws SQLException { in getStatement()
1134 } catch (SQLException e) { in insertInternal()
1277 } catch (SQLException e) { in execute()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteException.java19 import android.database.SQLException;
24 public class SQLiteException extends SQLException {
DSQLiteDatabase.java26 import android.database.SQLException;
993 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement()
1344 } catch (SQLException e) { in insert()
1368 throws SQLException { in insertOrThrow()
1392 } catch (SQLException e) { in replace()
1416 ContentValues initialValues) throws SQLException { in replaceOrThrow()
1607 public void execSQL(String sql) throws SQLException { in execSQL()
1654 public void execSQL(String sql, Object[] bindArgs) throws SQLException { in execSQL()
1661 private int executeSql(String sql, Object[] bindArgs) throws SQLException { in executeSql()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DAggregatorRecordStorage.java22 import android.database.SQLException;
73 } catch (SQLException e) { in AggregatorRecordStorage()
DBordeauxSessionStorage.java22 import android.database.SQLException;
59 } catch (SQLException e) { in BordeauxSessionStorage()
DAggregatorStorage.java20 import android.database.SQLException;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsBroadcastUndelivered.java25 import android.database.SQLException;
211 } catch (SQLException e) { in scanRawTable()
DSmsNumberUtils.java27 import android.database.SQLException;
271 } catch (SQLException e) { in getAllIDDs()
480 } catch (SQLException e) { in getAllCountryCodes()
DInboundSmsHandler.java41 import android.database.SQLException;
803 } catch (SQLException e) { in processMessagePart()
1140 private boolean duplicateExists(InboundSmsTracker tracker) throws SQLException { in duplicateExists()
1210 } catch (SQLException e) { in addTrackerToRawTable()
DGsmCdmaPhone.java38 import android.database.SQLException;
2525 } catch (SQLException e) { in updateCurrentCarrierInProvider()
2560 } catch (SQLException e) { in updateCurrentCarrierInProvider()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java25 import android.database.SQLException;
90 public static class QueryPoolException extends SQLException {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9720 public class SQLException extends java.lang.RuntimeException {
9721 ctor public SQLException();
9722 ctor public SQLException(java.lang.String);
9723 ctor public SQLException(java.lang.String, java.lang.Throwable);
9797 …ase.sqlite.SQLiteStatement compileStatement(java.lang.String) throws android.database.SQLException;
9804 method public void execSQL(java.lang.String) throws android.database.SQLException;
9805 …hod public void execSQL(java.lang.String, java.lang.Object[]) throws android.database.SQLException;
9815 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
9844 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
9902 public class SQLiteException extends android.database.SQLException {
[all …]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java28 import android.database.SQLException;
299 throw new SQLException("Failed to insert row into " + uri); in insert()
/frameworks/base/api/
Dcurrent.txt11752 public class SQLException extends java.lang.RuntimeException {
11753 ctor public SQLException();
11754 ctor public SQLException(java.lang.String);
11755 ctor public SQLException(java.lang.String, java.lang.Throwable);
11829 …ase.sqlite.SQLiteStatement compileStatement(java.lang.String) throws android.database.SQLException;
11836 method public void execSQL(java.lang.String) throws android.database.SQLException;
11837 …hod public void execSQL(java.lang.String, java.lang.Object[]) throws android.database.SQLException;
11847 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
11876 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
11935 public class SQLiteException extends android.database.SQLException {
[all …]
Dsystem-current.txt12532 public class SQLException extends java.lang.RuntimeException {
12533 ctor public SQLException();
12534 ctor public SQLException(java.lang.String);
12535 ctor public SQLException(java.lang.String, java.lang.Throwable);
12609 …ase.sqlite.SQLiteStatement compileStatement(java.lang.String) throws android.database.SQLException;
12616 method public void execSQL(java.lang.String) throws android.database.SQLException;
12617 …hod public void execSQL(java.lang.String, java.lang.Object[]) throws android.database.SQLException;
12627 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
12656 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
12715 public class SQLiteException extends android.database.SQLException {
[all …]
/frameworks/base/core/java/android/accounts/
DAccountManager.java40 import android.database.SQLException;
2209 } catch (SQLException e) {
/frameworks/base/media/java/android/media/
DMediaScanner.java26 import android.database.SQLException;
1422 } catch (SQLException e) {
/frameworks/base/core/java/android/content/
DContentProvider.java34 import android.database.SQLException;
/frameworks/base/core/java/android/provider/
DSettings.java48 import android.database.SQLException;
1701 } catch (SQLException e) { in putString()
/frameworks/base/
Dpreloaded-classes894 android.database.SQLException
Dcompiled-classes-phone1191 android.database.SQLException
/frameworks/base/services/
Dprofile-classes713 Landroid/database/SQLException;