Home
last modified time | relevance | path

Searched refs:DeviceInfoDB (Results 1 – 2 of 2) sorted by relevance

/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DDeviceInfoDB.java20 public class DeviceInfoDB { class
DFrameBufferBuffer.java108 private JComboBox<String> deviceSelector = new JComboBox(DeviceInfoDB.Device.values());
210 public DeviceInfoDB.Device currentDevice() { in currentDevice()
211 return (DeviceInfoDB.Device) deviceSelector.getSelectedItem(); in currentDevice()
333 … .setSelectedItem((DeviceInfoDB.Device.valueOf(((String) element.getValue())))); in setDefaultValues()
400 DeviceInfo deviceInfo = DeviceInfoDB.getDeviceInfo(getConfigSelector().currentDevice()); in renderNativeBuffer()