Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DSelectionEvent.java111 @IntDef({INVOCATION_MANUAL, INVOCATION_LINK, INVOCATION_UNKNOWN})
117 public static final int INVOCATION_LINK = 2; field in SelectionEvent
DSelectionSessionLogger.java143 case SelectionEvent.INVOCATION_LINK: in getLogSubType()
DTextClassifierEvent.java394 invocationMethod = SelectionEvent.INVOCATION_LINK; in toSelectionEvent()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassifierEventTest.java223 expected.setInvocationMethod(SelectionEvent.INVOCATION_LINK); in toSelectionEvent_link_smartAction()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java525 isLink ? SelectionEvent.INVOCATION_LINK : SelectionEvent.INVOCATION_MANUAL); in onOriginalSelection()
/frameworks/base/api/
Dcurrent.txt53504 field public static final int INVOCATION_LINK = 2; // 0x2