Merge "Make MULTI_CLIEN_IME_ENABLED non-testable."
This commit is contained in:
committed by
Android (Google) Code Review
commit
eafd4dae94
@@ -3493,11 +3493,6 @@ 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 {
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
package android.view.inputmethod;
|
||||
|
||||
import android.annotation.Nullable;
|
||||
import android.annotation.TestApi;
|
||||
import android.content.ComponentName;
|
||||
import android.os.Build;
|
||||
import android.os.SystemProperties;
|
||||
@@ -27,7 +26,6 @@ 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
|
||||
@@ -78,6 +76,5 @@ public class InputMethodSystemProperty {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@TestApi
|
||||
public static final boolean MULTI_CLIENT_IME_ENABLED = (sMultiClientImeComponentName != null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user