Home
last modified time | relevance | path

Searched refs:setTransactionSuccessful (Results 1 – 25 of 60) sorted by relevance

123

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java435 db.setTransactionSuccessful(); in updateThreads()
1093 db.setTransactionSuccessful(); in onUpgrade()
1109 db.setTransactionSuccessful(); in onUpgrade()
1125 db.setTransactionSuccessful(); in onUpgrade()
1141 db.setTransactionSuccessful(); in onUpgrade()
1157 db.setTransactionSuccessful(); in onUpgrade()
1172 db.setTransactionSuccessful(); in onUpgrade()
1188 db.setTransactionSuccessful(); in onUpgrade()
1204 db.setTransactionSuccessful(); in onUpgrade()
1220 db.setTransactionSuccessful(); in onUpgrade()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
DFilterStackSource.java64 database.setTransactionSuccessful(); in insertStack()
78 database.setTransactionSuccessful(); in updateStackName()
90 database.setTransactionSuccessful(); in removeStack()
101 database.setTransactionSuccessful(); in removeAllStacks()
119 database.setTransactionSuccessful(); in getStack()
157 database.setTransactionSuccessful(); in getAllUserPresets()
185 database.setTransactionSuccessful(); in getAllStacks()
DFilterStackDBHelper.java86 db.setTransactionSuccessful(); in createTable()
96 db.setTransactionSuccessful(); in dropTable()
/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioDatabase.java180 db.setTransactionSuccessful(); in getAllPresets()
221 db.setTransactionSuccessful(); in insertPreset()
250 db.setTransactionSuccessful(); in deletePreset()
301 db.setTransactionSuccessful(); in getAllPreScannedStationsForBand()
355 db.setTransactionSuccessful(); in insertPreScannedStations()
392 db.setTransactionSuccessful(); in onUpgrade()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactMetadataProvider.java192 db.setTransactionSuccessful(); in insert()
198 db.setTransactionSuccessful(); in insert()
232 db.setTransactionSuccessful(); in delete()
246 db.setTransactionSuccessful(); in delete()
278 db.setTransactionSuccessful(); in update()
302 db.setTransactionSuccessful(); in applyBatch()
321 db.setTransactionSuccessful(); in bulkInsert()
DCallLogDatabaseHelper.java348 calllog.setTransactionSuccessful(); in migrateFromLegacyTables()
353 contacts.setTransactionSuccessful(); in migrateFromLegacyTables()
/packages/apps/Gallery2/src/com/android/photos/data/
DSQLiteContentProvider.java125 db.setTransactionSuccessful(); in insert()
149 db.setTransactionSuccessful(); in bulkInsert()
169 db.setTransactionSuccessful(); in update()
192 db.setTransactionSuccessful(); in delete()
235 db.setTransactionSuccessful(); in applyBatch()
DPhotoDatabase.java153 db.setTransactionSuccessful(); in createTable()
190 db.setTransactionSuccessful(); in dropTable()
/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDatabaseHelper.java239 db.setTransactionSuccessful(); in insertSchedules()
260 db.setTransactionSuccessful(); in updateSchedules()
279 db.setTransactionSuccessful(); in deleteSchedules()
299 db.setTransactionSuccessful(); in insertSeriesRecordings()
320 db.setTransactionSuccessful(); in updateSeriesRecordings()
339 db.setTransactionSuccessful(); in deleteSeriesRecordings()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DSQLiteContentProvider.java104 mDb.setTransactionSuccessful(); in insert()
135 mDb.setTransactionSuccessful(); in bulkInsert()
160 mDb.setTransactionSuccessful(); in update()
192 mDb.setTransactionSuccessful(); in delete()
238 mDb.setTransactionSuccessful(); in applyBatch()
DMetaData.java92 db.setTransactionSuccessful(); in getFields()
175 db.setTransactionSuccessful(); in write()
236 db.setTransactionSuccessful(); in clearInstanceRange()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java174 db.setTransactionSuccessful(); in bulkInsert()
489 db.setTransactionSuccessful(); in copyFromCursor()
509 db.setTransactionSuccessful(); in onUpgrade()
541 db.setTransactionSuccessful(); in onUpgrade()
619 db.setTransactionSuccessful(); in addProfileColumn()
696 db.setTransactionSuccessful(); in updateContactsShortcuts()
752 db.setTransactionSuccessful(); in normalizeIcons()
872 db.setTransactionSuccessful(); in convertWidgets()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImpl.java910 mDbDic.setTransactionSuccessful(); in addWordToUserDictionary()
964 mDbDic.setTransactionSuccessful(); in removeWordFromUserDictionary()
1049 mDbDic.setTransactionSuccessful(); in learnWord()
1079 mDbDic.setTransactionSuccessful(); in learnWord()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java236 db.setTransactionSuccessful(); in getOrCreateConversation()
525 dbWrapper.setTransactionSuccessful(); in deleteConversation()
1262 dbWrapper.setTransactionSuccessful(); in deleteMessage()
1577 dbWrapper.setTransactionSuccessful(); in updateDraftMessageData()
1622 dbWrapper.setTransactionSuccessful(); in readDraftMessageData()
1721 dbWrapper.setTransactionSuccessful(); in getOrCreateSelf()
1882 db.setTransactionSuccessful(); in refreshConversation()
DParticipantRefresh.java403 db.setTransactionSuccessful(); in refreshSelfParticipantList()
619 db.setTransactionSuccessful(); in updateParticipant()
704 db.setTransactionSuccessful(); in updateConversationSelfId()
DDatabaseWrapper.java134 public void setTransactionSuccessful() { in setTransactionSuccessful() method in DatabaseWrapper
137 mDatabase.setTransactionSuccessful(); in setTransactionSuccessful()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DInsertNewMessageAction.java326 db.setTransactionSuccessful(); in insertBroadcastSmsMessage()
403 db.setTransactionSuccessful(); in insertSendingSmsMessage()
444 db.setTransactionSuccessful(); in insertSendingMmsMessage()
DSendMessageAction.java268 db.setTransactionSuccessful(); in updateMessageUri()
408 db.setTransactionSuccessful(); in updateMessageAndStatus()
DProcessPendingMessagesAction.java370 db.setTransactionSuccessful(); in findNextMessageToSend()
432 db.setTransactionSuccessful(); in findNextMessageToDownload()
DUpdateConversationArchiveStatusAction.java62 db.setTransactionSuccessful(); in executeAction()
DFixupMessageStatusOnStartupAction.java81 db.setTransactionSuccessful(); in executeAction()
DMarkAsSeenAction.java95 db.setTransactionSuccessful(); in executeAction()
/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java362 db.setTransactionSuccessful(); in removeDeletedContacts()
427 db.setTransactionSuccessful(); in removeUpdatedContacts()
542 db.setTransactionSuccessful(); in insertUpdatedContactsAndNumberPrefix()
585 db.setTransactionSuccessful(); in insertNamePrefixes()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DParticipantRefreshTest.java89 db.setTransactionSuccessful(); in addParticipant()
137 db.setTransactionSuccessful(); in verifyParticipant()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DSQLiteTransaction.java42 db.setTransactionSuccessful(); in run()

123