@Deprecated public static enum ProfileConfig.VOLUME_SLIDER_TYPE extends java.lang.Enum<ProfileConfig.VOLUME_SLIDER_TYPE>
Example Usage: VOLUME_SLIDER_TYPE.DEFAULT;
| Enum Constant and Description |
|---|
ALARM
Deprecated.
Alarms.
|
DEFAULT
Deprecated.
Default prefix configured on device
|
MUSIC_AND_MEDIA
Deprecated.
Music and Media.
|
RINGER_AND_NOTIFICATIONS
Deprecated.
Ringer and Notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileConfig.VOLUME_SLIDER_TYPE |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ProfileConfig.VOLUME_SLIDER_TYPE[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileConfig.VOLUME_SLIDER_TYPE DEFAULT
public static final ProfileConfig.VOLUME_SLIDER_TYPE RINGER_AND_NOTIFICATIONS
public static final ProfileConfig.VOLUME_SLIDER_TYPE MUSIC_AND_MEDIA
public static final ProfileConfig.VOLUME_SLIDER_TYPE ALARM
public static ProfileConfig.VOLUME_SLIDER_TYPE[] values()
for (ProfileConfig.VOLUME_SLIDER_TYPE c : ProfileConfig.VOLUME_SLIDER_TYPE.values()) System.out.println(c);
public static ProfileConfig.VOLUME_SLIDER_TYPE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null