Merge "Merge "Make InputMethodSystemProperty#MULTI_CLIENT_IME_ENABLED testable." into qt-dev am: b7abebde5b am: c0ecccca16" into qt-r1-dev-plus-aosp

This commit is contained in:
Android Build Merger (Role)
2019-06-18 12:46:28 +00:00
committed by Android (Google) Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -3483,6 +3483,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 {

View File

@@ -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);
/**