Searched refs:keepArchived (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleDatabaseOperations.java | 560 final boolean keepArchived, final String smsServiceCenter, in updateConversationMetadataInTransaction() argument 574 if (!keepArchived) { in updateConversationMetadataInTransaction() 601 final boolean keepArchived, final boolean shouldAutoSwitchSelfId) { in updateConversationMetadataInTransaction() argument 604 db, conversationId, messageId, latestTimestamp, keepArchived, null, in updateConversationMetadataInTransaction() 1325 boolean keepArchived) { in refreshConversationMetadataInTransaction() argument 1345 latestMessageId, latestMessageTimestamp, senderBlocked || keepArchived, in refreshConversationMetadataInTransaction() 1367 final boolean shouldAutoSwitchSelfId, final boolean keepArchived) { in maybeRefreshConversationMetadataInTransaction() argument 1393 shouldAutoSwitchSelfId, keepArchived); in maybeRefreshConversationMetadataInTransaction() 1453 final boolean shouldAutoSwitchSelfId, boolean keepArchived) { in maybeRefreshConversationMetadataInTransaction() argument 1472 shouldAutoSwitchSelfId, keepArchived); in maybeRefreshConversationMetadataInTransaction()
|