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

Method update

app/src/main/java/eu/faircode/email/EntityContact.java:184–186  ·  view source on GitHub ↗
(Context context, long account, Long identity, Address[] addresses, int type, long time)

Source from the content-addressed store, hash-verified

182 }
183
184 public static void update(Context context, long account, Long identity, Address[] addresses, int type, long time) {
185 update(context, account, identity, addresses, null, type, time);
186 }
187
188 public static void update(Context context, long account, Long identity, Address[] addresses, String group, int type, long time) {
189 if (addresses == null)

Callers 5

receivedMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
onJunkMethod · 0.95
queueMethod · 0.95

Calls 15

getInstanceMethod · 0.95
getLookupUriMethod · 0.95
beginTransactionMethod · 0.95
contactMethod · 0.95
iMethod · 0.95
endTransactionMethod · 0.95
getContactMethod · 0.80
insertContactMethod · 0.80
minMethod · 0.80
updateContactMethod · 0.80
getAddressMethod · 0.45

Tested by

no test coverage detected