Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV9.java63 long[] lastContact = imv.mDevices.valueAt(i); in handleMessage() local
64 if (null != lastContact) { in handleMessage()
65 if (time - lastContact[0] > CHECK_ELAPSED_TIME) { in handleMessage()
74 lastContact[0] = time; in handleMessage()
109 long[] lastContact = mDevices.get(id); in getInputDeviceIds() local
110 if ( null == lastContact ) { in getInputDeviceIds()