Home
last modified time | relevance | path

Searched refs:configChange (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java142 final int configChange = configChangeCount1 + configChangeCount2; in testRotation180WithCutout() local
146 + "in the same configuration.").that(configChange).isLessThan(2); in testRotation180WithCutout()
154 + "relaunch or a configuration change.").that(relaunch + configChange) in testRotation180WithCutout()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java551 public boolean onShowInputRequested(int flags, boolean configChange) { in onShowInputRequested() argument
552 return getTracer().onShowInputRequested(flags, configChange, () -> { in onShowInputRequested()
554 final boolean originalResult = super.onShowInputRequested(flags, configChange); in onShowInputRequested()
756 public boolean onShowInputRequested(int flags, boolean configChange,
760 arguments.putBoolean("configChange", configChange);