Searched defs:updateConversationRowIfExists (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleDatabaseOperations.java615 updateConversationRowIfExists(dbWrapper, conversationId, values);
772 public static boolean updateConversationRowIfExists(final DatabaseWrapper dbWrapper, method in class:BugleDatabaseOperations
783 final boolean exists = updateConversationRowIfExists(dbWrapper, conversationId, values);
847 updateConversationRowIfExists(dbWrapper, conversationId, values);
863 updateConversationRowIfExists(dbWrapper, conversationId, values);

Completed in 60 milliseconds