public static enum TelephonyProvider.Filter extends java.lang.Enum<TelephonyProvider.Filter>
| Modifier and Type | Method and Description |
|---|---|
static TelephonyProvider.Filter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TelephonyProvider.Filter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelephonyProvider.Filter ALL
public static final TelephonyProvider.Filter INBOX
public static final TelephonyProvider.Filter OUTBOX
public static final TelephonyProvider.Filter SENT
public static final TelephonyProvider.Filter DRAFT
public static TelephonyProvider.Filter[] values()
for (TelephonyProvider.Filter c : TelephonyProvider.Filter.values()) System.out.println(c);
public static TelephonyProvider.Filter 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