Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DMouseUiController.java106 public boolean injectString(String str) throws InjectEventSecurityException { in injectString() method in MouseUiController
107 return mUiController.injectString(str); in injectString()