Home
last modified time | relevance | path

Searched refs:LatinIMEForTests (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DLatinImeTests.java29 ((LatinIMEForTests)mLatinIME).getDeallocateMemoryWasPerformed()); in testDeferredDeallocation_doesntHappenBeforeTimeout()
38 ((LatinIMEForTests)mLatinIME).getDeallocateMemoryWasPerformed()); in testDeferredDeallocation_doesHappenAfterTimeout()
DLatinIMEForTests.java19 public class LatinIMEForTests extends LatinIME { class
DInputTestsBase.java56 public class InputTestsBase extends ServiceTestCase<LatinIMEForTests> {
156 super(LatinIMEForTests.class); in InputTestsBase()