Searched refs:mInvocationMethod (Results 1 – 3 of 3) sorted by relevance
128 private @InvocationMethod int mInvocationMethod; field in SelectionEvent152 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()
176 private int mInvocationMethod = SelectionEvent.INVOCATION_UNKNOWN; field in TextClassificationSession.SelectionEventHelper263 event.setInvocationMethod(mInvocationMethod); in updateInvocationMethod()265 mInvocationMethod = event.getInvocationMethod(); in updateInvocationMethod()
65692 Landroid/view/textclassifier/SelectionEvent;->mInvocationMethod:I