Searched refs:lastContact (Results 1 – 1 of 1) sorted by relevance
63 long[] lastContact = imv.mDevices.valueAt(i); in handleMessage() local64 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() local110 if ( null == lastContact ) { in getInputDeviceIds()