Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DQueryController.java296 Log.d(LOG_TAG, formatLog(String.format("%s", in findNodeRegularRecursive()
410 Log.d(LOG_TAG, formatLog( in findNodePatternRecursive()
415 Log.d(LOG_TAG, formatLog( in findNodePatternRecursive()
430 Log.d(LOG_TAG, formatLog( in findNodePatternRecursive()
511 private String formatLog(String str) { in formatLog() method in QueryController