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

Method getFolder

app/src/main/java/eu/faircode/email/DaoFolder.java:229–229  ·  view source on GitHub ↗
(Long id)

Source from the content-addressed store, hash-verified

227 int resetSelectedCount(long account);
228
229 @Query("SELECT * FROM folder WHERE id = :id")
230 EntityFolder getFolder(Long id);
231
232 @Query("SELECT * FROM folder WHERE account = :account AND name = :name")

Callers 15

delegateMethod · 0.65
folderCreatedMethod · 0.65
folderRenamedMethod · 0.65
folderDeletedMethod · 0.65
folderChangedMethod · 0.65
monitorAccountMethod · 0.65
runMethod · 0.65
onExecuteMethod · 0.65
onSendMethod · 0.65
onExecuteMethod · 0.65
getNotificationUnseenMethod · 0.65
runMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected