Home
last modified time | relevance | path

Searched defs:clearCache (Results 1 – 1 of 1) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject2.java1030 private void clearCache() { in clearCache() method in UiObject2
1042 Method clearCache = instance.getClass().getDeclaredMethod("clearCache"); in clearCache() local