Searched refs:mInteractionType (Results 1 – 2 of 2) sorted by relevance
545 private final int mInteractionType; field in BrightLineFalsingManager.DebugSwipeRecord551 mInteractionType = interactionType; in DebugSwipeRecord()559 .add(Integer.toString(mInteractionType)); in getString()
6767 private int mInteractionType = INTERACTION_TYPE_CLICK;6849 mInteractionType = type;6859 dest.writeInt(mInteractionType);6869 mInteractionType = parcel.readInt();6935 && mInteractionType == INTERACTION_TYPE_CHECKED_CHANGE) {