diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-06-18 12:27:15 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-06-18 12:27:15 +0000 |
| commit | b7abebde5b1e3c36a13046dc5cabd7491806d8c6 (patch) | |
| tree | b2ce843fa2e9f6447f6e73942aeeb70bccff57d9 /core/java/android | |
| parent | bdf620b5bdcc838321e69af0d9c923fa5749d2e4 (diff) | |
| parent | ca442d5d9f890e6d8a53295648c84111784356e9 (diff) | |
Merge "Make InputMethodSystemProperty#MULTI_CLIENT_IME_ENABLED testable." into qt-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/view/inputmethod/InputMethodSystemProperty.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/view/inputmethod/InputMethodSystemProperty.java b/core/java/android/view/inputmethod/InputMethodSystemProperty.java index 7c79d44e7d31..05143a18415c 100644 --- a/core/java/android/view/inputmethod/InputMethodSystemProperty.java +++ b/core/java/android/view/inputmethod/InputMethodSystemProperty.java @@ -17,6 +17,7 @@ package android.view.inputmethod; import android.annotation.Nullable; +import android.annotation.TestApi; import android.content.ComponentName; import android.os.Build; import android.os.SystemProperties; @@ -26,6 +27,7 @@ import android.os.SystemProperties; * * @hide */ +@TestApi public class InputMethodSystemProperty { /** * System property key for the production use. The value must be either empty or a valid @@ -87,6 +89,7 @@ public class InputMethodSystemProperty { * * @hide */ + @TestApi public static final boolean MULTI_CLIENT_IME_ENABLED = (sMultiClientImeComponentName != null); /** |
