Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DQueryController.java40 static final String TAG = QueryController.class.getSimpleName(); field in QueryController
42 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
43 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
84 Log.d(TAG, "Last text selection reported: "
159 Log.d(TAG, "Searching: " + selector); in findAccessibilityNodeInfo()
163 Log.e(TAG, "Cannot proceed when root node is null. Aborted search"); in findAccessibilityNodeInfo()
187 Log.e(TAG, "Got null root node from accessibility - Retrying..."); in getRootNode()
245 Log.d(TAG, "Container selector not found: " + selector.dumpToString(false)); in translateCompoundSelector()
254 Log.i(TAG, String.format( in translateCompoundSelector()
260 Log.d(TAG, "Pattern selector not found: " in translateCompoundSelector()
[all …]
DUiDevice.java79 static final String TAG = UiDevice.class.getSimpleName(); field in UiDevice
140 Log.d(TAG, String.format("Searching for node with selector: %s.", selector)); in hasObject()
160 Log.d(TAG, String.format("Retrieving node with selector: %s.", selector)); in findObject()
167 Log.d(TAG, String.format("Node not found with selector: %s.", selector)); in findObject()
176 Log.d(TAG, String.format("Retrieving nodes with selector: %s.", selector)); in findObjects()
214 Log.d(TAG, String.format("Waiting %dms for %s.", timeout, condition)); in wait()
231 Log.d(TAG, String.format("Performing action %s and waiting %dms for %s.", action, in performActionAndWait()
238 Log.w(TAG, String.format("Timed out waiting %dms on the condition.", timeout), e); in performActionAndWait()
304 Log.i(TAG, String.format("Creating a new instance, old instance exists: %b", in getInstance()
363 Log.d(TAG, "Clearing last traversed text."); in clearLastTraversedText()
[all …]
DUiObject2.java60 private static final String TAG = UiObject2.class.getSimpleName(); field in UiObject2
124 Log.w(TAG, String.format("Failed to create UiObject2 for node %s.", cachedNode), e); in create()
239 Log.d(TAG, String.format("Waiting %dms for %s.", timeout, condition)); in wait()
266 Log.d(TAG, String.format("Searching for node with selector: %s.", selector)); in hasObject()
283 Log.d(TAG, String.format("Retrieving node with selector: %s.", selector)); in findObject()
287 Log.d(TAG, String.format("Node not found with selector: %s.", selector)); in findObject()
298 Log.d(TAG, String.format("Retrieving nodes with selector: %s.", selector)); in findObjects()
362 Log.d(TAG, String.format("Clipping out-of-bound (%d, %d) into %s.", point.x, point.y, in clipToGestureBounds()
525 Log.d(TAG, String.format("Clicking on (%d, %d).", center.x, center.y)); in click()
527 Log.w(TAG, String.format("Clicking on non-clickable object: %s", node)); in click()
[all …]
DUiObject.java38 private static final String TAG = UiObject.class.getSimpleName(); field in UiObject
196 Log.d(TAG, String.format("Dragging from (%d, %d) to (%d, %d) in %d steps.", in dragTo()
216 Log.d(TAG, String.format("Dragging from (%d, %d) to (%d, %d) in %d steps.", in dragTo()
240 Log.w(TAG, String.format("Cannot swipe. Object height too small (%d < %d).", in swipeUp()
244 Log.d(TAG, String.format("Swiping up from (%d, %d) to (%d, %d) in %d steps.", in swipeUp()
272 Log.w(TAG, String.format("Cannot swipe. Object height too small (%d < %d).", in swipeDown()
276 Log.d(TAG, String.format("Swiping down from (%d, %d) to (%d, %d) in %d steps.", in swipeDown()
304 Log.w(TAG, String.format("Cannot swipe. Object width too small (%d < %d).", in swipeLeft()
308 Log.d(TAG, String.format("Swiping left from (%d, %d) to (%d, %d) in %d steps.", in swipeLeft()
335 Log.w(TAG, String.format("Cannot swipe. Object width too small (%d < %d).", in swipeRight()
[all …]
DGestureController.java47 private static final String TAG = GestureController.class.getSimpleName(); field in GestureController
66 Log.i(TAG, "can't find MotionEvent#setDisplayId(int)", e);
111 Log.i(TAG, "can't find XrUiAutomation#injectMotionEventToWindow", e); in GestureController()
179 Log.e(TAG, "Fail to update motion event delay", e); in performGesture()
256 Log.w(TAG, String.format("Gestures took longer than expected (%dms >> %dms), device " in performGesture()
268 Log.e(TAG, "failed to call XrUiAutomation#injectMotionEventToWindow", e); in injectMotionEvent()
288 Log.e(TAG, "Action on display " + displayId + " requested, " in getMotionEvent()
294 Log.e(TAG, "Action on display " + displayId + " requested, " in getMotionEvent()
DAccessibilityNodeInfoHelper.java29 private static final String TAG = AccessibilityNodeInfoHelper.class.getSimpleName(); field in AccessibilityNodeInfoHelper
99 Log.v(TAG, String.format("No overlap between %s and %s. Ignoring.", target, bounds)); in intersectOrWarn()
DUiScrollable.java31 private static final String TAG = UiScrollable.class.getSimpleName(); field in UiScrollable
241 Log.d(TAG, String.format("Scrolling %s into view.", selector)); in scrollIntoView()
372 Log.d(TAG, String.format("Scrolling forward from (%d, %d) to (%d, %d) in %d steps.", downX, in scrollForward()
446 Log.d(TAG, String.format("Scrolling backward from (%d, %d) to (%d, %d) in %d steps.", downX, in scrollBackward()
DAccessibilityNodeInfoDumper.java37 private static final String TAG = AccessibilityNodeInfoDumper.class.getSimpleName(); field in AccessibilityNodeInfoDumper
108 Log.i(TAG, String.format("Skipping invisible child: %s", child)); in dumpNodeRec()
111 Log.i(TAG, String.format("Null child %d/%d, parent: %s", i, count, node)); in dumpNodeRec()
DByMatcher.java44 private static final String TAG = ByMatcher.class.getSimpleName(); field in ByMatcher
163 Log.w(TAG, String.format("Node returned null child: %s", node)); in findMatches()
166 Log.w(TAG, String.format("Skipping null child (%s of %s)", i, numChildren)); in findMatches()
DInteractionController.java51 private static final String TAG = InteractionController.class.getSimpleName(); field in InteractionController
149 Log.w(TAG, String.format("Timed out waiting %dms for command and events.", timeout)); in runAndWaitForEvents()
152 Log.e(TAG, "Exception while waiting for command and events.", e); in runAndWaitForEvents()
DUiAutomatorTestScope.kt68 internal const val TAG = "UiAutomatorTestScope" constant
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/internal/
DStability.kt22 import androidx.test.uiautomator.UiAutomatorTestScope.Companion.TAG
52 Log.d(TAG, "Ui was stable for $durationStr.") in waitForStableInternal()
72 Log.d(TAG, "Timeout while waiting for stable ui.") in waitForStableInternal()