/aosp14/frameworks/base/core/java/android/database/ |
H A D | SQLException.java | 22 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 D | DatabaseUtils.java | 196 @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 D | SQLiteException.java | 19 import android.database.SQLException; 24 public class SQLiteException extends SQLException {
|
H A D | SQLiteDatabase.java | 34 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 D | SQLiteOpenHelper.java | 25 import android.database.SQLException; 376 } catch (SQLException ex) { in getDatabaseLocked()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | SmsNumberUtils.java | 21 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 D | PeopleSpaceUtils.java | 38 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 D | CallerInfoAsyncQuery.java | 26 import android.database.SQLException; 101 public static class QueryPoolException extends SQLException {
|
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | AccountManager.java | 43 import android.database.SQLException; 2322 } catch (SQLException e) {
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContentProvider.java | 43 import android.database.SQLException;
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 58 import android.database.SQLException; 3009 } catch (SQLException e) { in putString()
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 1921 android.database.SQLException 14833 java.sql.SQLException
|
H A D | boot-image-profile.txt | 34807 Landroid/database/SQLException; 47745 Ljava/sql/SQLException;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 14165 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 D | preloaded-classes | 1917 android.database.SQLException
|
H A D | boot-image-profile.txt | 24700 Landroid/database/SQLException;
|