FileDocCategorySizeDatePackage
DisconnectCause.javaAPI DocAndroid 5.1 API1951Sat Mar 14 14:10:02 GMT 2015android.telecom

DisconnectCause

public final class DisconnectCause extends Object implements android.os.Parcelable

Fields Summary
public static final int
BUSY
public static final int
CANCELED
public static final int
CONNECTION_MANAGER_NOT_SUPPORTED
public static final android.os.Parcelable.Creator
CREATOR
public static final int
ERROR
public static final int
LOCAL
public static final int
MISSED
public static final int
OTHER
public static final int
REJECTED
public static final int
REMOTE
public static final int
RESTRICTED
public static final int
UNKNOWN
Constructors Summary
public DisconnectCause(int code)

 throw new RuntimeException("Stub!"); 
public DisconnectCause(int code, String reason)

 throw new RuntimeException("Stub!"); 
public DisconnectCause(int code, CharSequence label, CharSequence description, String reason)

 throw new RuntimeException("Stub!"); 
public DisconnectCause(int code, CharSequence label, CharSequence description, String reason, int toneToPlay)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public intgetCode()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetDescription()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetLabel()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetReason()

 throw new RuntimeException("Stub!"); 
public intgetTone()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel destination, int flags)

 throw new RuntimeException("Stub!");