public static final class TelecomAnalytics.SessionTiming extends TimedEvent<Integer> implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<TelecomAnalytics.SessionTiming> |
CREATOR |
static int |
CSW_ADD_CONFERENCE_CALL |
static int |
CSW_HANDLE_CREATE_CONNECTION_COMPLETE |
static int |
CSW_REMOVE_CALL |
static int |
CSW_SET_ACTIVE |
static int |
CSW_SET_DIALING |
static int |
CSW_SET_DISCONNECTED |
static int |
CSW_SET_IS_CONFERENCED |
static int |
CSW_SET_ON_HOLD |
static int |
CSW_SET_RINGING |
static int |
ICA_ANSWER_CALL |
static int |
ICA_CONFERENCE |
static int |
ICA_DISCONNECT_CALL |
static int |
ICA_HOLD_CALL |
static int |
ICA_MUTE |
static int |
ICA_REJECT_CALL |
static int |
ICA_SET_AUDIO_ROUTE |
static int |
ICA_UNHOLD_CALL |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_ELIDE_DUPLICATES, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
SessionTiming(int id,
long time) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable
instance's marshaled representation.
|
Integer |
getKey() |
long |
getTime() |
void |
writeToParcel(Parcel out,
int flags)
Flatten this object in to a Parcel.
|
averageTimings
public static final Parcelable.Creator<TelecomAnalytics.SessionTiming> CREATOR
public static final int ICA_ANSWER_CALL
public static final int ICA_REJECT_CALL
public static final int ICA_DISCONNECT_CALL
public static final int ICA_HOLD_CALL
public static final int ICA_UNHOLD_CALL
public static final int ICA_MUTE
public static final int ICA_SET_AUDIO_ROUTE
public static final int ICA_CONFERENCE
public static final int CSW_HANDLE_CREATE_CONNECTION_COMPLETE
public static final int CSW_SET_ACTIVE
public static final int CSW_SET_RINGING
public static final int CSW_SET_DIALING
public static final int CSW_SET_DISCONNECTED
public static final int CSW_SET_ON_HOLD
public static final int CSW_REMOVE_CALL
public static final int CSW_SET_IS_CONFERENCED
public static final int CSW_ADD_CONFERENCE_CALL
public Integer getKey()
getKey
in class TimedEvent<Integer>
public long getTime()
getTime
in class TimedEvent<Integer>
public int describeContents()
Parcelable
Parcelable.writeToParcel(Parcel, int)
,
the return value of this method must include the
Parcelable.CONTENTS_FILE_DESCRIPTOR
bit.describeContents
in interface Parcelable
Parcelable.CONTENTS_FILE_DESCRIPTOR
public void writeToParcel(Parcel out, int flags)
Parcelable
writeToParcel
in interface Parcelable
out
- The Parcel in which the object should be written.flags
- Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE
.