Searched refs:mShouldDisableIme (Results 1 - 1 of 1) sorted by path

/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java47 private boolean mShouldDisableIme = false; field in class:UiAutomatorTestCase
52 mShouldDisableIme = "true".equals(mParams.getString(DISABLE_IME));
53 if (mShouldDisableIme) {
60 if (mShouldDisableIme) {

Completed in 68 milliseconds