Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/controls/templates/
H A DControlButton.java31 private final @NonNull CharSequence mActionDescription; field in ControlButton
41 mActionDescription = actionDescription; in ControlButton()
56 return mActionDescription; in getActionDescription()
69 dest.writeCharSequence(mActionDescription); in writeToParcel()
74 mActionDescription = in.readCharSequence(); in ControlButton()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java467 private final String mActionDescription; field in TextViewActions.CurrentHandleCoordinates
472 mActionDescription = "Could not locate handle."; in CurrentHandleCoordinates()
481 .withActionDescription(mActionDescription) in calculateCoordinates()
497 .withActionDescription(mActionDescription in locateHandle()
523 private final String mActionDescription; field in TextViewActions.HandleCoordinates
530 mActionDescription = "Could not locate " + handleType.toString() in HandleCoordinates()
541 .withActionDescription(mActionDescription) in calculateCoordinates()
577 .withActionDescription(mActionDescription in locateHandlePointsTextIndex()
606 private final String mActionDescription; field in TextViewActions.TextCoordinates
625 .withActionDescription(mActionDescription) in calculateCoordinates()
[all …]