Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java365 private final String mActionDescription; field in TextViewActions.CurrentHandleCoordinates
370 mActionDescription = "Could not locate handle."; in CurrentHandleCoordinates()
379 .withActionDescription(mActionDescription) in calculateCoordinates()
395 .withActionDescription(mActionDescription in locateHandle()
421 private final String mActionDescription; field in TextViewActions.HandleCoordinates
428 mActionDescription = "Could not locate " + handleType.toString() in HandleCoordinates()
439 .withActionDescription(mActionDescription) in calculateCoordinates()
449 .withActionDescription(mActionDescription + " The view is not a HandleView") in locateHandlePointsTextIndex()
475 .withActionDescription(mActionDescription in locateHandlePointsTextIndex()
504 private final String mActionDescription; field in TextViewActions.TextCoordinates
[all …]