public class EstimatedTimeOfArrival
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
EstimatedTimeOfArrival.EstimatedTimeOfArrivalCreator |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<EstimatedTimeOfArrival> |
CREATOR |
Constructor and Description |
---|
EstimatedTimeOfArrival(long time) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
long |
getTime()
Returns the estimated time of arrival in epoch time.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<EstimatedTimeOfArrival> CREATOR
public long getTime()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable