aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorDavid Faden <dfaden@google.com>2015-03-20 06:27:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-20 06:27:52 +0000
commitca0b50a34a9f441d97c312438a2720cab55618c1 (patch)
tree50d06ac6e31e44d011effcd5ee9ba1f5920e3988 /tests/src
parentab2c93e7f478d2001026ac12a0bb7c20444bcd7e (diff)
parent6e86632311a24af90ad35c98224ae25f226c1954 (diff)
downloadlatinime-ca0b50a34a9f441d97c312438a2720cab55618c1.tar.gz
latinime-ca0b50a34a9f441d97c312438a2720cab55618c1.tar.xz
latinime-ca0b50a34a9f441d97c312438a2720cab55618c1.zip
am 6e866323: Pass DictionaryFacilitator to GestureConsumer#onImeSuggestionsProcessed.
* commit '6e86632311a24af90ad35c98224ae25f226c1954': Pass DictionaryFacilitator to GestureConsumer#onImeSuggestionsProcessed.
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java b/tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java
index ca1039bd9..ad6bcc3c4 100644
--- a/tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java
+++ b/tests/src/com/android/inputmethod/latin/touchinputconsumer/NullGestureConsumerTests.java
@@ -34,7 +34,7 @@ public class NullGestureConsumerTests extends AndroidTestCase {
GestureConsumer.NULL_GESTURE_CONSUMER.onGestureStarted(null, null);
GestureConsumer.NULL_GESTURE_CONSUMER.onGestureCanceled();
GestureConsumer.NULL_GESTURE_CONSUMER.onGestureCompleted(null);
- GestureConsumer.NULL_GESTURE_CONSUMER.onImeSuggestionsProcessed(null, -1, -1);
+ GestureConsumer.NULL_GESTURE_CONSUMER.onImeSuggestionsProcessed(null, -1, -1, null);
}
/**