HomeSort by relevance Sort by last modified time
    Searched refs:mInvocationMethod (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/textclassifier/
SelectionEvent.java 127 private @InvocationMethod int mInvocationMethod;
150 mInvocationMethod = invocationMethod;
161 mInvocationMethod = in.readInt();
187 dest.writeInt(mInvocationMethod);
430 return mInvocationMethod;
437 mInvocationMethod = invocationMethod;
596 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, mResultId,
618 && mInvocationMethod == other.mInvocationMethod
640 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod,
    [all...]
TextClassificationSession.java 114 private int mInvocationMethod = SelectionEvent.INVOCATION_UNKNOWN;
197 event.setInvocationMethod(mInvocationMethod);
199 mInvocationMethod = event.getInvocationMethod();

Completed in 113 milliseconds