Loading api/test-current.txt +5 −0 Original line number Diff line number Diff line Loading @@ -3473,6 +3473,11 @@ package android.view.inputmethod { method public boolean isInputMethodPickerShown(); } public class InputMethodSystemProperty { ctor public InputMethodSystemProperty(); field public static final boolean MULTI_CLIENT_IME_ENABLED; } } package android.view.inspector { Loading core/java/android/view/inputmethod/InputMethodSystemProperty.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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 Loading Loading @@ -87,6 +89,7 @@ public class InputMethodSystemProperty { * * @hide */ @TestApi public static final boolean MULTI_CLIENT_IME_ENABLED = (sMultiClientImeComponentName != null); /** Loading Loading
api/test-current.txt +5 −0 Original line number Diff line number Diff line Loading @@ -3473,6 +3473,11 @@ package android.view.inputmethod { method public boolean isInputMethodPickerShown(); } public class InputMethodSystemProperty { ctor public InputMethodSystemProperty(); field public static final boolean MULTI_CLIENT_IME_ENABLED; } } package android.view.inspector { Loading
core/java/android/view/inputmethod/InputMethodSystemProperty.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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 Loading Loading @@ -87,6 +89,7 @@ public class InputMethodSystemProperty { * * @hide */ @TestApi public static final boolean MULTI_CLIENT_IME_ENABLED = (sMultiClientImeComponentName != null); /** Loading