Searched refs:DeviceEventTable (Results 1 – 1 of 1) sorted by relevance
53 public static final Table<DeviceEvent> TABLE = new DeviceEventTable(EventTableConstants.NAME);180 private static final class DeviceEventTable extends Table<DeviceEvent> { class in DeviceEvent182 private static final String LOG_TAG = DeviceEventTable.class.getSimpleName();188 private DeviceEventTable(String name) { in DeviceEventTable() method in DeviceEvent.DeviceEventTable