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

Method getParent

app/src/main/java/javax/mail/Folder.java:226–226  ·  view source on GitHub ↗

Returns the parent folder of this folder. This method can be invoked on a closed Folder. If this folder is the top of a folder hierarchy, this method returns null. Note that since Folder objects are not cached, invoking this method returns a new distinct Folder object. @return Parent folder @

()

Source from the content-addressed store, hash-verified

224 * @exception MessagingException for failures
225 */
226 public abstract Folder getParent() throws MessagingException;
227
228 /**
229 * Tests if this folder physically exists on the Store.

Callers 12

setContentViewMethod · 0.45
onTouchEventMethod · 0.45
fitDrawableMethod · 0.45
getViewNameMethod · 0.45
onTouchMethod · 0.45
clearButtonsMethod · 0.45
clearActionsMethod · 0.45
bindButtonsMethod · 0.45
onItemSelectedMethod · 0.45
setDefaultFileTypeMapMethod · 0.45
setDefaultCommandMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected