Searched defs:logInputDeviceState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java737 logInputDeviceState(deviceId, "Device Added");
742 logInputDeviceState(deviceId, "Device Changed");
747 logInputDeviceState(deviceId, "Device Removed");
753 logInputDeviceState(deviceIds[i], "Device Enumerated");
757 private void logInputDeviceState(int deviceId, String state) { method in class:PointerLocationView

Completed in 201 milliseconds