/aosp12/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteConstraintException.java | 22 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 D | SyncMessageBatch.java | 20 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 D | DatabaseStatementTest.java | 20 import android.database.sqlite.SQLiteConstraintException; 306 } catch (SQLiteConstraintException e) { in testStatementConstraint()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CarrierInfoManager.java | 24 import android.database.sqlite.SQLiteConstraintException; 192 } catch (SQLiteConstraintException e) { in updateOrInsertCarrierKey()
|
/aosp12/frameworks/base/core/java/android/database/ |
H A D | DatabaseUtils.java | 26 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 D | MediaProvider.java | 125 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 D | ContactsDatabaseHelper.java | 32 import android.database.sqlite.SQLiteConstraintException; 3772 } catch (SQLiteConstraintException conflict) { in insertWithOneArgAndReturnId() 4578 } catch (SQLiteConstraintException e) { in insertStatusUpdate()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 1774 android.database.sqlite.SQLiteConstraintException
|
H A D | boot-image-profile.txt | 6077 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V 24691 Landroid/database/sqlite/SQLiteConstraintException;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 1773 android.database.sqlite.SQLiteConstraintException
|
H A D | boot-image-profile.txt | 6075 HSPLandroid/database/sqlite/SQLiteConstraintException;-><init>(Ljava/lang/String;)V 34328 Landroid/database/sqlite/SQLiteConstraintException;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 13982 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 D | android-22.txt | 9770 public class SQLiteConstraintException extends android.database.sqlite.SQLiteException { 9771 ctor public SQLiteConstraintException(); 9772 ctor public SQLiteConstraintException(java.lang.String);
|