public static enum TelephonyManager.MultiSimVariants extends Enum<TelephonyManager.MultiSimVariants>
Modifier and Type | Method and Description |
---|---|
static TelephonyManager.MultiSimVariants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelephonyManager.MultiSimVariants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelephonyManager.MultiSimVariants DSDS
public static final TelephonyManager.MultiSimVariants DSDA
public static final TelephonyManager.MultiSimVariants TSTS
public static final TelephonyManager.MultiSimVariants UNKNOWN
public static TelephonyManager.MultiSimVariants[] values()
for (TelephonyManager.MultiSimVariants c : TelephonyManager.MultiSimVariants.values()) System.out.println(c);
public static TelephonyManager.MultiSimVariants valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null