public static enum NotificationManager.DeviceIdentifier extends java.lang.Enum<NotificationManager.DeviceIdentifier>
Enum Constant and Description |
---|
BLUETOOTH_GENERIC
Bluetooth Generic
|
BLUETOOTH_IMAGER_RS5100
Bluetooth Imager RS5100
|
BLUETOOTH_IMAGER_RS6000
Bluetooth Imager RS6000
|
DEFAULT
Default
|
EXTERNAL_VIBRATOR1
External Vibrator
|
Modifier and Type | Method and Description |
---|---|
static NotificationManager.DeviceIdentifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationManager.DeviceIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationManager.DeviceIdentifier DEFAULT
public static final NotificationManager.DeviceIdentifier BLUETOOTH_IMAGER_RS6000
public static final NotificationManager.DeviceIdentifier EXTERNAL_VIBRATOR1
public static final NotificationManager.DeviceIdentifier BLUETOOTH_IMAGER_RS5100
public static final NotificationManager.DeviceIdentifier BLUETOOTH_GENERIC
public static NotificationManager.DeviceIdentifier[] values()
for (NotificationManager.DeviceIdentifier c : NotificationManager.DeviceIdentifier.values()) System.out.println(c);
public static NotificationManager.DeviceIdentifier 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