FileDocCategorySizeDatePackage
ServiceState.javaAPI DocAndroid 5.1 API2169Sat Mar 14 14:09:38 GMT 2015android.telephony

ServiceState

public class ServiceState extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
STATE_EMERGENCY_ONLY
public static final int
STATE_IN_SERVICE
public static final int
STATE_OUT_OF_SERVICE
public static final int
STATE_POWER_OFF
Constructors Summary
public ServiceState()

 throw new RuntimeException("Stub!"); 
public ServiceState(ServiceState s)

 throw new RuntimeException("Stub!"); 
public ServiceState(android.os.Parcel in)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected voidcopyFrom(android.telephony.ServiceState s)

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidsetIsManualSelection(boolean isManual)

 throw new RuntimeException("Stub!"); 
public voidsetOperatorName(java.lang.String longName, java.lang.String shortName, java.lang.String numeric)

 throw new RuntimeException("Stub!"); 
public voidsetRoaming(boolean roaming)

 throw new RuntimeException("Stub!"); 
public voidsetState(int state)

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

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

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

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

 throw new RuntimeException("Stub!");