Searched refs:mCustomAction (Results 1 – 1 of 1) sorted by relevance
62 private final String mCustomAction; field in Session2Command75 mCustomAction = null; in Session2Command()90 mCustomAction = action; in Session2Command()100 mCustomAction = in.readString(); in Session2Command()118 return mCustomAction; in getCustomAction()141 dest.writeString(mCustomAction); in writeToParcel()152 && TextUtils.equals(mCustomAction, other.mCustomAction); in equals()157 return Objects.hash(mCustomAction, mCommandCode); in hashCode()