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

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

Completed in 129 milliseconds