Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
downloadContacts
Method · 0.80
matches
Method · 0.80
onActionMove
Method · 0.80
isNotJunk
Method · 0.80
evaluate
Method · 0.80
onSynchronizeMessages
Method · 0.80
runRules
Method · 0.80
_get
Method · 0.80
onExecute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected