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

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

Completed in 20 milliseconds