Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
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()
DTextClassificationSession.java152 private int mInvocationMethod = SelectionEvent.INVOCATION_UNKNOWN; field in TextClassificationSession.SelectionEventHelper
239 event.setInvocationMethod(mInvocationMethod); in updateInvocationMethod()
241 mInvocationMethod = event.getInvocationMethod(); in updateInvocationMethod()