FileDocCategorySizeDatePackage
SubscriptionInfo.javaAPI DocAndroid 5.1 API1473Sat Mar 14 14:09:36 GMT 2015android.telephony

SubscriptionInfo.java

package android.telephony;
public class SubscriptionInfo
  implements android.os.Parcelable
{
SubscriptionInfo() { throw new RuntimeException("Stub!"); }
public  int getSubscriptionId() { throw new RuntimeException("Stub!"); }
public  java.lang.String getIccId() { throw new RuntimeException("Stub!"); }
public  int getSimSlotIndex() { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getDisplayName() { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getCarrierName() { throw new RuntimeException("Stub!"); }
public  android.graphics.Bitmap createIconBitmap(android.content.Context context) { throw new RuntimeException("Stub!"); }
public  int getIconTint() { throw new RuntimeException("Stub!"); }
public  java.lang.String getNumber() { throw new RuntimeException("Stub!"); }
public  int getDataRoaming() { throw new RuntimeException("Stub!"); }
public  int getMcc() { throw new RuntimeException("Stub!"); }
public  int getMnc() { throw new RuntimeException("Stub!"); }
public  java.lang.String getCountryIso() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.telephony.SubscriptionInfo> CREATOR;
static { CREATOR = null; }
}