MCPcopy 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
31public interface DaoAccount {
32 @Query("SELECT * FROM account" +
33 " ORDER BY `order`, `primary` DESC, name COLLATE NOCASE")
34 List<EntityAccount> getAccounts();
35

Callers 15

optimizeAccountMethod · 0.80
onExecuteMethod · 0.80
onBackupMethod · 0.80
updateSyncdataMethod · 0.80
sendLocalDataMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected