public static class Document.Source
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
int |
hashCode() |
static Document.Source |
newCameraSource()
Create a new camera source.
|
static Document.Source |
newExternalSource()
Create a new external source.
|
static Document.Source |
newSource(java.lang.String name)
Create a new custom source.
|
static Document.Source |
newUnknownSource()
Create a new unknown source.
|
void |
writeToParcel(Parcel dest,
int flags) |
public static Document.Source newCameraSource()
Document.Source
instancepublic static Document.Source newExternalSource()
Document.Source
instancepublic static Document.Source newSource(java.lang.String name)
Document.Source
instancepublic static Document.Source newUnknownSource()
Document.Source
instancepublic java.lang.String getName()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int describeContents()
public void writeToParcel(Parcel dest, int flags)