Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessageBatch.java185 rethrowSQLiteConstraintExceptionWithDetails(e, db, sms.mUri, sms.mThreadId, in storeSms()
275 rethrowSQLiteConstraintExceptionWithDetails(e, db, mms.mUri, mms.mThreadId, in storeMms()
290 private static void rethrowSQLiteConstraintExceptionWithDetails(SQLiteConstraintException e, in rethrowSQLiteConstraintExceptionWithDetails() method in SyncMessageBatch