Simplify the wrapper for TextInfo#getCharSequence
This CL simplifies the wrapper method for TextInfo#getCharSequence() because in the almost all cases we want to use the result of TextInfo#getText() as the default value. BUG: 16029304 Change-Id: I62f987aed8ca42b093255e6c0703d6120fa01299
Showing
- java/src/com/android/inputmethod/compat/TextInfoCompatUtils.java 11 additions, 3 deletions...c/com/android/inputmethod/compat/TextInfoCompatUtils.java
- tests/src/com/android/inputmethod/compat/TextInfoCompatUtilsTests.java 1 addition, 1 deletion.../android/inputmethod/compat/TextInfoCompatUtilsTests.java
Please register or sign in to comment