Searched refs:getIme (Results 1 – 5 of 5) sorted by relevance
37 protected val textEditApp = SplitScreenUtils.getIme(instrumentation)
36 protected val thirdApp = SplitScreenUtils.getIme(instrumentation)
45 private val textEditApp = SplitScreenUtils.getIme(instrumentation)
44 private val thirdApp = SplitScreenUtils.getIme(instrumentation)
86 fun getIme(instrumentation: Instrumentation): ImeAppHelper = ImeAppHelper(instrumentation) in <lambda>() method