Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java53 public static final Table<DeviceEvent> TABLE = new DeviceEventTable(EventTableConstants.NAME);
180 private static final class DeviceEventTable extends Table<DeviceEvent> { class in DeviceEvent
182 private static final String LOG_TAG = DeviceEventTable.class.getSimpleName();
188 private DeviceEventTable(String name) { in DeviceEventTable() method in DeviceEvent.DeviceEventTable