History log of /frameworks/base/core/tests/coretests/src/android/widget/TextViewActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
acf07d23d364b7c64ac21c1dd2135ebc6b998203 07-Aug-2017 Siarhei Vishniakou <svv@google.com> Remove unused code that has a potential data race.

The function waitForWindowFocus is accessing hasWindowFocus()
that may change during the synchronized block. The function
is currently not used. Use PollingCheck instead if necessary.

Bug: 29591177
Test: bit FrameworksCoreTests:android.widget.TextViewActivityTest
Change-Id: Ib5399c4b00bf5ea468715ff99fb36235a87767cc
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivity.java
ff3bfd5a79a95dcfccd1b8ad6c08c715ce6fa0e3 21-Jan-2016 Seigo Nonaka <nona@google.com> Improve backspace for emoji and variation sequences.

This CL makes backspace handling aware of variation selector, combining
enclosing keycaps, zero width joiner, regional indicator symbols and
emoji modifiers.

BUG: 25737208

Change-Id: I740578bfee955cc623e2831778e5b7ec4b8cb627
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivity.java
223c8392f066823cf4a3a98957960deb80ab1680 25-Jul-2015 Abodunrinwa Toki <toki@google.com> Demo functional test for frameworks/core with Espresso

- Integrates Espresso
- Changes the Instrumentation Test runner to AndroidJUnitRunner
- Adds a demo test

This will serve as a template for other tests.

Change-Id: I10592f5adb404c2aba9dd8676ae2aa5a191ad336
/frameworks/base/core/tests/coretests/src/android/widget/TextViewActivity.java