Home
last modified time | relevance | path

Searched refs:SQLiteConstraintException (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConstraintException.java22 public class SQLiteConstraintException extends SQLiteException { class
23 public SQLiteConstraintException() {} in SQLiteConstraintException() method in SQLiteConstraintException
25 public SQLiteConstraintException(String error) { in SQLiteConstraintException() method in SQLiteConstraintException
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DSyncMessageBatch.java20 import android.database.sqlite.SQLiteConstraintException;
184 } catch (SQLiteConstraintException e) { in storeSms()
274 } catch (SQLiteConstraintException e) { in storeMms()
290 private static void rethrowSQLiteConstraintExceptionWithDetails(SQLiteConstraintException e, in rethrowSQLiteConstraintExceptionWithDetails()
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStatementTest.java20 import android.database.sqlite.SQLiteConstraintException;
306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierInfoManager.java24 import android.database.sqlite.SQLiteConstraintException;
192 } catch (SQLiteConstraintException e) { in updateOrInsertCarrierKey()
/aosp12/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java26 import android.database.sqlite.SQLiteConstraintException;
101 } else if (e instanceof SQLiteConstraintException) { in writeExceptionToParcel()
178 throw new SQLiteConstraintException(msg); in readExceptionFromParcel()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java125 import android.database.sqlite.SQLiteConstraintException;
2081 } catch (SQLiteConstraintException e) { in updateDatabaseForFuseRename()
3569 } catch (SQLiteConstraintException e) { in bulkInsertPlaylist()
3920 throws SQLiteConstraintException { in insertAllowingUpsert()
3932 } catch (SQLiteConstraintException e) { in insertAllowingUpsert()
4064 } catch (SQLiteConstraintException e) { in insert()
6706 String[] userWhereArgs) throws SQLiteConstraintException {
6710 } catch (SQLiteConstraintException e) {
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java32 import android.database.sqlite.SQLiteConstraintException;
3772 } catch (SQLiteConstraintException conflict) { in insertWithOneArgAndReturnId()
4578 } catch (SQLiteConstraintException e) { in insertStatusUpdate()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1774 android.database.sqlite.SQLiteConstraintException
H A Dboot-image-profile.txt6077 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V
24691 Landroid/database/sqlite/SQLiteConstraintException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1773 android.database.sqlite.SQLiteConstraintException
H A Dboot-image-profile.txt6075 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V
34328 Landroid/database/sqlite/SQLiteConstraintException;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt13982 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
13983 ctor public SQLiteConstraintException();
13984 ctor public SQLiteConstraintException(String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt9770 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException {
9771 ctor public SQLiteConstraintException();
9772 ctor public SQLiteConstraintException(java.lang.String);