Searched refs:getConversationByLocusId (Results 1 – 4 of 4) sorted by relevance
99 if (packageData.getConversationStore().getConversationByLocusId(locusId) in querySince()221 packageData.getConversationStore().getConversationByLocusId(locusId); in addEventByLocusId()
243 key -> mConversationStore.getConversationByLocusId(new LocusId(key)) != null); in pruneOrphanEvents()
182 synchronized ConversationInfo getConversationByLocusId(@NonNull LocusId locusId) { in getConversationByLocusId() method in ConversationStore
135 ConversationInfo out = mConversationStore.getConversationByLocusId(LOCUS_ID); in testGetConversationByLocusId()140 assertNull(mConversationStore.getConversationByLocusId(LOCUS_ID)); in testGetConversationByLocusId()