File
Doc
Category
Size
Date
Package
CellInfoWcdma.java
API Doc
Android 5.1 API
934
Sat Mar 14 14:09:44 GMT 2015
android.telephony
CellInfoWcdma
java.lang.Object
android.telephony.CellInfo
public final class CellInfoWcdma extends android.telephony.CellInfo implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
CellInfoWcdma
()
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
other)
throw new RuntimeException("Stub!");
public
android.telephony.CellIdentityWcdma
getCellIdentity
()
throw new RuntimeException("Stub!");
public
android.telephony.CellSignalStrengthWcdma
getCellSignalStrength
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source