Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DSelectionEvent.java130 private @InvocationMethod int mInvocationMethod; field in SelectionEvent
154 mInvocationMethod = invocationMethod; in SelectionEvent()
165 mInvocationMethod = in.readInt(); in SelectionEvent()
192 dest.writeInt(mInvocationMethod); in writeToParcel()
459 return mInvocationMethod; in getInvocationMethod()
468 mInvocationMethod = invocationMethod; in setInvocationMethod()
639 mWidgetVersion, mPackageName, mUserId, mWidgetType, mInvocationMethod, mResultId, in hashCode()
662 && mInvocationMethod == other.mInvocationMethod in equals()
684 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, in toString()
DTextClassificationSession.java127 private int mInvocationMethod = SelectionEvent.INVOCATION_UNKNOWN; field in TextClassificationSession.SelectionEventHelper
208 event.setInvocationMethod(mInvocationMethod); in updateInvocationMethod()
210 mInvocationMethod = event.getInvocationMethod(); in updateInvocationMethod()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt76798 Landroid/view/textclassifier/SelectionEvent;->mInvocationMethod:I