Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DSelectionEvent.java109 @IntDef({INVOCATION_MANUAL, INVOCATION_LINK, INVOCATION_UNKNOWN})
117 public static final int INVOCATION_UNKNOWN = 0; field in SelectionEvent
240 TextClassifier.TYPE_UNKNOWN, INVOCATION_UNKNOWN, NO_SIGNATURE); in createSelectionModifiedEvent()
264 entityType, INVOCATION_UNKNOWN, classification.getId()); in createSelectionModifiedEvent()
288 entityType, INVOCATION_UNKNOWN, selection.getId()); in createSelectionModifiedEvent()
307 start, end, actionType, TextClassifier.TYPE_UNKNOWN, INVOCATION_UNKNOWN, in createSelectionActionEvent()
335 return new SelectionEvent(start, end, actionType, entityType, INVOCATION_UNKNOWN, in createSelectionActionEvent()
DTextClassificationSession.java176 private int mInvocationMethod = SelectionEvent.INVOCATION_UNKNOWN;
262 if (event.getInvocationMethod() == SelectionEvent.INVOCATION_UNKNOWN) { in updateInvocationMethod()
DTextClassifierEvent.java429 SelectionEvent.INVOCATION_UNKNOWN, in toSelectionEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt56924 field public static final int INVOCATION_UNKNOWN = 0; // 0x0