Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DSelectionEvent.java128 private @InvocationMethod int mInvocationMethod; field in SelectionEvent
152 mInvocationMethod = invocationMethod; in SelectionEvent()
163 mInvocationMethod = in.readInt(); in SelectionEvent()
190 dest.writeInt(mInvocationMethod); in writeToParcel()
462 return mInvocationMethod; in getInvocationMethod()
471 mInvocationMethod = invocationMethod; in setInvocationMethod()
642 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, mResultId, in hashCode()
664 && mInvocationMethod == other.mInvocationMethod in equals()
688 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, in toString()
H A DTextClassificationSession.java176 private int mInvocationMethod = SelectionEvent.INVOCATION_UNKNOWN; field in TextClassificationSession.SelectionEventHelper
263 event.setInvocationMethod(mInvocationMethod); in updateInvocationMethod()
265 mInvocationMethod = event.getInvocationMethod(); in updateInvocationMethod()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65692 Landroid/view/textclassifier/SelectionEvent;->mInvocationMethod:I