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

Method getAccount

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

Source from the content-addressed store, hash-verified

136 LiveData<List<TupleAccountState>> liveAccountState();
137
138 @Query("SELECT * FROM account WHERE id = :id")
139 EntityAccount getAccount(long id);
140
141 @Query("SELECT * FROM account WHERE uuid = :uuid")

Callers 15

delegateMethod · 0.65
processOperationsMethod · 0.65
onSendMethod · 0.65
onExecuteMethod · 0.65
getNotificationUnseenMethod · 0.65
onExecuteMethod · 0.65
onExecuteMethod · 0.65
onExecuteMethod · 0.65
onExecuteMethod · 0.65
onExecuteMethod · 0.65
onExecuteMethod · 0.65
onExecuteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected