Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/
H A 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
H A DDatabaseUtils.java196 @Nullable Object[] bindArgs) throws SQLException { in executeInsert()
205 @Nullable Object[] bindArgs) throws SQLException { in executeUpdateDelete()
1224 private void buildSQL() throws SQLException { in buildSQL()
1269 private SQLiteStatement getStatement(boolean allowReplace) throws SQLException { in getStatement()
1323 } catch (SQLException e) { in insertInternal()
1466 } catch (SQLException e) { in execute()
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteException.java19 import android.database.SQLException;
24 public class SQLiteException extends SQLException {
H A DSQLiteDatabase.java34 import android.database.SQLException;
1235 throws SQLException { in execPerConnectionSQL()
1389 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement()
1740 } catch (SQLException e) { in insert()
1764 throws SQLException { in insertOrThrow()
1788 } catch (SQLException e) { in replace()
1812 ContentValues initialValues) throws SQLException { in replaceOrThrow()
2009 public void execSQL(String sql) throws SQLException { in execSQL()
2062 public void execSQL(String sql, Object[] bindArgs) throws SQLException { in execSQL()
2070 public int executeSql(String sql, Object[] bindArgs) throws SQLException { in executeSql()
H A DSQLiteOpenHelper.java25 import android.database.SQLException;
376 } catch (SQLException ex) { in getDatabaseLocked()
/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/telephony/common/com/android/internal/telephony/
H A DSmsNumberUtils.java21 import android.database.SQLException;
278 } catch (SQLException e) { in getAllIDDs()
515 } catch (SQLException e) { in getAllCountryCodes()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java38 import android.database.SQLException;
468 } catch (SQLException e) { in updateTileWithBirthdayAndUpdateAffinity()
529 } catch (SQLException e) { in getContactLookupKeysWithBirthdaysToday()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfoAsyncQuery.java26 import android.database.SQLException;
101 public static class QueryPoolException extends SQLException {
/aosp14/frameworks/base/core/java/android/accounts/
H A DAccountManager.java43 import android.database.SQLException;
2322 } catch (SQLException e) {
/aosp14/frameworks/base/core/java/android/content/
H A DContentProvider.java43 import android.database.SQLException;
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java58 import android.database.SQLException;
3009 } catch (SQLException e) { in putString()
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1921 android.database.SQLException
14833 java.sql.SQLException
H A Dboot-image-profile.txt34807 Landroid/database/SQLException;
47745 Ljava/sql/SQLException;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14165 public class SQLException extends java.lang.RuntimeException {
14166 ctor public SQLException();
14167 ctor public SQLException(String);
14168 ctor public SQLException(String, Throwable);
14243 …roid.database.sqlite.SQLiteStatement compileStatement(String) throws android.database.SQLException;
14251 …oid execPerConnectionSQL(@NonNull String, @Nullable Object[]) throws android.database.SQLException;
14252 method public void execSQL(String) throws android.database.SQLException;
14253 method public void execSQL(String, Object[]) throws android.database.SQLException;
14263 … insertOrThrow(String, String, android.content.ContentValues) throws android.database.SQLException;
14293 …replaceOrThrow(String, String, android.content.ContentValues) throws android.database.SQLException;
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1917 android.database.SQLException
H A Dboot-image-profile.txt24700 Landroid/database/SQLException;