MCPcopy Create free account
hub / github.com/M66B/FairEmail / getContact

Method getContact

app/src/main/java/eu/faircode/email/DaoContact.java:57–57  ·  view source on GitHub ↗
(long id)

Source from the content-addressed store, hash-verified

55 Cursor getFrequentlyContacted();
56
57 @Query("SELECT * FROM contact WHERE id = :id")
58 EntityContact getContact(long id);
59
60 @Query("SELECT DISTINCT identity FROM contact" +

Callers 13

updateMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
downloadContactsMethod · 0.80
matchesMethod · 0.80
onActionMoveMethod · 0.80
isNotJunkMethod · 0.80
evaluateMethod · 0.80
onSynchronizeMessagesMethod · 0.80
runRulesMethod · 0.80
_getMethod · 0.80
onExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected