Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DUsageStatsQueryHelper.java99 if (packageData.getConversationStore().getConversationByLocusId(locusId) in querySince()
221 packageData.getConversationStore().getConversationByLocusId(locusId); in addEventByLocusId()
DPackageData.java243 key -> mConversationStore.getConversationByLocusId(new LocusId(key)) != null); in pruneOrphanEvents()
DConversationStore.java182 synchronized ConversationInfo getConversationByLocusId(@NonNull LocusId locusId) { in getConversationByLocusId() method in ConversationStore
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationStoreTest.java135 ConversationInfo out = mConversationStore.getConversationByLocusId(LOCUS_ID); in testGetConversationByLocusId()
140 assertNull(mConversationStore.getConversationByLocusId(LOCUS_ID)); in testGetConversationByLocusId()