List of usage examples for android.content Entity subclass-usage
From source file de.dmxcontrol.device.EntityDevice.java
public class EntityDevice extends Entity implements Cloneable { public final static String defaultDeviceIcon = "device_new.png"; public static String NetworkID = "Device"; private int channel, channelCount, color; private String model, vendor, author, image; private boolean enabled;