Searched refs:curRequest (Results 1 – 1 of 1) sorted by relevance
4692 final OptionalInt curRequest = mHwController.getCurrentRequestId(); in resetStylusHandwriting() local4693 if (!curRequest.isPresent() || curRequest.getAsInt() != requestId) { in resetStylusHandwriting()