Searched refs:mInvocationMethod (Results 1 – 2 of 2) sorted by relevance
127 private @InvocationMethod int mInvocationMethod; field in SelectionEvent150 mInvocationMethod = invocationMethod; in SelectionEvent()161 mInvocationMethod = in.readInt(); in SelectionEvent()187 dest.writeInt(mInvocationMethod); in writeToParcel()430 return mInvocationMethod; in getInvocationMethod()437 mInvocationMethod = invocationMethod; in setInvocationMethod()596 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, mResultId, in hashCode()618 && mInvocationMethod == other.mInvocationMethod in equals()640 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, in toString()
114 private int mInvocationMethod = SelectionEvent.INVOCATION_UNKNOWN; field in TextClassificationSession.SelectionEventHelper197 event.setInvocationMethod(mInvocationMethod); in updateInvocationMethod()199 mInvocationMethod = event.getInvocationMethod(); in updateInvocationMethod()