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

Method UriType

app/src/main/java/eu/faircode/email/UriType.java:38–41  ·  view source on GitHub ↗
(Parcel in)

Source from the content-addressed store, hash-verified

36 private String type;
37
38 protected UriType(Parcel in) {
39 this.uri = in.readParcelable(Uri.class.getClassLoader());
40 this.type = in.readString();
41 }
42
43 public UriType(Uri uri, String type, ClipDescription description, Context context) {
44 this.uri = uri;

Callers

nothing calls this directly

Calls 5

iMethod · 0.95
fixMimeTypeMethod · 0.95
readStringMethod · 0.80
isEmptyMethod · 0.45
getMimeTypeMethod · 0.45

Tested by

no test coverage detected