History log of /frameworks/base/core/tests/coretests/src/android/view/inputmethod/InputMethodInfoTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bdbde55592792efe350acd6a46733f439f6a3f3d 19-Dec-2017 Aurimas Liutikas <aurimas@google.com> Annotate an assortment of coretest with @LargeTest

Non-annotated tests do not run, thus adding @LargeTest to an assortment
of tests that were missing annotations.

Found these classes with:
fn "*Test.java" | xargs grep -L "@LargeTest" | xargs grep -L "@MediumTest" | \
xargs grep -L "@SmallTest" | sort

Bug: 70846562
Test: make -j80 FrameworksCoreTests
Change-Id: Ifd466251b92728f9bbfa3cbd8fd21d34490f4eb1
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/InputMethodInfoTest.java
b360b995c91c2abdac7426ba37b154d15b235113 21-Nov-2017 Tarandeep Singh <tarandeep@google.com> Add new SystemApi InputMethod attr isVrOnly.

In order to support VR-only InputMethod, new attribute 'isVrOnly' is
added.

Bug: 63037786
Test: atest InputMethodInfoTest
Change-Id: Iab936df9972212f56277ef9c18d9e1f67f92a913
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/InputMethodInfoTest.java
46699675aa046423fba17c5ccac9d989e7b81908 30-Mar-2017 Tadashi G. Takaoka <takaoka@google.com> Remove supportsDismissingSelfWindow attribute of IME

This partially reverts CL I0f6b130a7df57557e40b52a7b7ac00be965a17c3.

Fixes: 34133139
Test: Confirm that unit test passed.
adb install out/target/product/.../data/app/FrameworksCoreTests/FrameworksCoreTests.apk
adb shell am instrument -w \
-e class android.view.inputmethod.InputMethodInfoTest \
com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner
Change-Id: I2b94263b2a0bf330bf9973567fea2d35176754d7
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/InputMethodInfoTest.java
e12a6fff1400b57d307daa1af662a74eb2f1d261 11-Jan-2017 Tadashi G. Takaoka <takaoka@google.com> Add supportsDismissingSelfWindow attribute of IME

When a virtual keyboard is shown on some configurations (e.g. Phone),
the System UI may change the back navigation button to a different UI
element in order to dismiss the virtual keyboard. Such UI modification
is unnecessary when the virtual keyboard has a dismissing button on
its own window. This new attribute hints the System UI that the
virtual keyboard may have a UI element to dismiss itself. This will be
also useful for Tablet System UI which may not show a navigation bar
when a virtual keyboard is shown.

Bug: 34133139
Test: Add unit test InputMethodInfoTest
Change-Id: I0f6b130a7df57557e40b52a7b7ac00be965a17c3
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/InputMethodInfoTest.java