Merge "Make InputMethodSystemProperty#MULTI_CLIENT_IME_ENABLED testable." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b7abebde5b
@@ -3473,6 +3473,11 @@ package android.view.inputmethod {
|
|||||||
method public boolean isInputMethodPickerShown();
|
method public boolean isInputMethodPickerShown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class InputMethodSystemProperty {
|
||||||
|
ctor public InputMethodSystemProperty();
|
||||||
|
field public static final boolean MULTI_CLIENT_IME_ENABLED;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package android.view.inspector {
|
package android.view.inspector {
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
package android.view.inputmethod;
|
package android.view.inputmethod;
|
||||||
|
|
||||||
import android.annotation.Nullable;
|
import android.annotation.Nullable;
|
||||||
|
import android.annotation.TestApi;
|
||||||
import android.content.ComponentName;
|
import android.content.ComponentName;
|
||||||
import android.os.Build;
|
import android.os.Build;
|
||||||
import android.os.SystemProperties;
|
import android.os.SystemProperties;
|
||||||
@@ -26,6 +27,7 @@ import android.os.SystemProperties;
|
|||||||
*
|
*
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
@TestApi
|
||||||
public class InputMethodSystemProperty {
|
public class InputMethodSystemProperty {
|
||||||
/**
|
/**
|
||||||
* System property key for the production use. The value must be either empty or a valid
|
* System property key for the production use. The value must be either empty or a valid
|
||||||
@@ -87,6 +89,7 @@ public class InputMethodSystemProperty {
|
|||||||
*
|
*
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
@TestApi
|
||||||
public static final boolean MULTI_CLIENT_IME_ENABLED = (sMultiClientImeComponentName != null);
|
public static final boolean MULTI_CLIENT_IME_ENABLED = (sMultiClientImeComponentName != null);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user