Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1341 @NonNull HandwritingGesture gesture, boolean useDelayedCancellation) { in callPerformHandwritingGesture() argument
1344 params.putBoolean("useDelayedCancellation", useDelayedCancellation); in callPerformHandwritingGesture()
1388 @NonNull PreviewableHandwritingGesture gesture, boolean useDelayedCancellation) { in callPreviewHandwritingGesture() argument
1391 params.putBoolean("useDelayedCancellation", useDelayedCancellation); in callPreviewHandwritingGesture()
DMockIme.java379 boolean useDelayedCancellation = in onHandleCommand()
382 useDelayedCancellation ? new CancellationSignal() : null; in onHandleCommand()
383 if (useDelayedCancellation) { in onHandleCommand()
397 boolean useDelayedCancellation = in onHandleCommand()
399 if (useDelayedCancellation in onHandleCommand()