API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.telephony.ServiceState

Added interface android.os.Parcelable.

Added Constructors
ServiceState(Parcel) Construct a ServiceState object from the given parcel.
ServiceState(ServiceState) Copy constructors
ServiceState() Empty constructor
 

Removed Methods
void requestStateUpdate() Force update of LAC and CID in ServiceState to indicate phone location.
 

Added Methods
int describeContents()  
void setIsManualSelection(boolean)  
void setOperatorName(String, String, String)  
void setRoaming(boolean)  
void setState(int)  
void setStateOff()  
void setStateOutOfService()  
void writeToParcel(Parcel, int)  
 

Changed Methods
int getState() Change in return type from State to int.
Get current servcie state of phone
 

Removed Fields
int mCid  
boolean mIsManualNetworkSelection  
int mLac  
String mOperatorAlphaLong  
String mOperatorAlphaShort  
String mOperatorNumeric  
Phone mPhone  
boolean mRoaming  
State mState  
 

Added Fields
Creator<ServiceState> CREATOR  
int STATE_EMERGENCY_ONLY The phone is registered and locked.
int STATE_IN_SERVICE Normal operation condition, the phone is registered with an operator either in home network or in roaming.
int STATE_OUT_OF_SERVICE Phone is not registered with any operator, the phone can be currently searching a new operator to register to, or not searching to registration at all, or registration is denied, or radio signal is not available.
int STATE_POWER_OFF Radio of telephony is explictly powered off.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff