Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java682 return addConversationSelfIdToContentValues(dbWrapper, messageSelf.getId(), values); in addSelfIdAutoSwitchInfoToContentValues()
692 static boolean addConversationSelfIdToContentValues(final DatabaseWrapper dbWrapper, in addConversationSelfIdToContentValues() method in BugleDatabaseOperations
867 if (addConversationSelfIdToContentValues(dbWrapper, selfId, values)) { in updateConversationSelfIdInTransaction()