Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ getAccounts
Method
getAccounts
app/src/main/java/eu/faircode/email/DaoAccount.java:32–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
@Dao
31
public
interface
DaoAccount {
32
@Query(
"SELECT * FROM account"
+
33
" ORDER BY `order`, `primary` DESC, name COLLATE NOCASE"
)
34
List<EntityAccount> getAccounts();
35
Callers
15
optimizeAccount
Method · 0.80
onExecute
Method · 0.80
onBackup
Method · 0.80
updateSyncdata
Method · 0.80
sendLocalData
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected