Searched refs:mInvocationMethod (Results 1 – 2 of 2) sorted by relevance
128 private @InvocationMethod int mInvocationMethod; field in SelectionEvent151 mInvocationMethod = invocationMethod; in SelectionEvent()162 mInvocationMethod = in.readInt(); in SelectionEvent()188 dest.writeInt(mInvocationMethod); in writeToParcel()435 return mInvocationMethod; in getInvocationMethod()444 mInvocationMethod = invocationMethod; in setInvocationMethod()615 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, mResultId, in hashCode()637 && mInvocationMethod == other.mInvocationMethod in equals()659 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, in toString()
127 private int mInvocationMethod = SelectionEvent.INVOCATION_UNKNOWN; field in TextClassificationSession.SelectionEventHelper208 event.setInvocationMethod(mInvocationMethod); in updateInvocationMethod()210 mInvocationMethod = event.getInvocationMethod(); in updateInvocationMethod()