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

Method remove

app/src/main/java/javax/mail/Flags.java:245–247  ·  view source on GitHub ↗

Remove the specified system flag from this Flags object. @param flag the flag to be removed

(Flag flag)

Source from the content-addressed store, hash-verified

243 * @param flag the flag to be removed
244 */
245 public void remove(Flag flag) {
246 system_flags &= ~flag.bit;
247 }
248
249 /**
250 * Remove the specified user flag from this Flags object.

Callers 15

uploadMethod · 0.45
getMethod · 0.45
prism.jsFile · 0.45
verifyAnswerMethod · 0.45
verifySignaturesMethod · 0.45
retainAllMethod · 0.45
setProtocolForAddressMethod · 0.45
onDestroyedMethod · 0.45
onDestroyedMethod · 0.45
handleReceiptMethod · 0.45

Calls 2

hasMoreElementsMethod · 0.45
nextElementMethod · 0.45

Tested by

no test coverage detected