Searched refs:mInteractionType (Results 1 – 2 of 2) sorted by relevance
547 private final int mInteractionType; field in BrightLineFalsingManager.DebugSwipeRecord553 mInteractionType = interactionType; in DebugSwipeRecord()561 .add(Integer.toString(mInteractionType)); in getString()
7086 private int mInteractionType = INTERACTION_TYPE_CLICK;7176 mInteractionType = type;7186 dest.writeInt(mInteractionType);7194 mInteractionType = parcel.readInt();7260 && mInteractionType == INTERACTION_TYPE_CHECKED_CHANGE) {