Home
last modified time | relevance | path

Searched refs:getIme (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/benchmark/
H A DCopyContentInSplitBenchmark.kt38 protected val textEditApp = SplitScreenUtils.getIme(instrumentation)
H A DSwitchBetweenSplitPairsBenchmark.kt37 protected val thirdApp = SplitScreenUtils.getIme(instrumentation)
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/
H A DCopyContentInSplit.kt45 private val textEditApp = SplitScreenUtils.getIme(instrumentation)
H A DSwitchBetweenSplitPairs.kt44 private val thirdApp = SplitScreenUtils.getIme(instrumentation)
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DSplitScreenUtils.kt84 fun getIme(instrumentation: Instrumentation): ImeAppHelper = ImeAppHelper(instrumentation) regex