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