Searched refs:mInvocationMethod (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/textclassifier/ |
D | SelectionEvent.java | 130 private @InvocationMethod int mInvocationMethod; field in SelectionEvent 154 mInvocationMethod = invocationMethod; in SelectionEvent() 165 mInvocationMethod = in.readInt(); in SelectionEvent() 192 dest.writeInt(mInvocationMethod); in writeToParcel() 459 return mInvocationMethod; in getInvocationMethod() 468 mInvocationMethod = invocationMethod; in setInvocationMethod() 639 mWidgetVersion, mPackageName, mUserId, mWidgetType, mInvocationMethod, mResultId, in hashCode() 662 && mInvocationMethod == other.mInvocationMethod in equals() 684 mWidgetVersion, mPackageName, mWidgetType, mInvocationMethod, in toString()
|
D | TextClassificationSession.java | 127 private int mInvocationMethod = SelectionEvent.INVOCATION_UNKNOWN; field in TextClassificationSession.SelectionEventHelper 208 event.setInvocationMethod(mInvocationMethod); in updateInvocationMethod() 210 mInvocationMethod = event.getInvocationMethod(); in updateInvocationMethod()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 76798 Landroid/view/textclassifier/SelectionEvent;->mInvocationMethod:I
|