Searched refs:mCustomAction (Results 1 – 1 of 1) sorted by relevance
65 private final String mCustomAction; field in Session2Command78 mCustomAction = null; in Session2Command()93 mCustomAction = action; in Session2Command()103 mCustomAction = in.readString(); in Session2Command()121 return mCustomAction; in getCustomAction()144 dest.writeString(mCustomAction); in writeToParcel()155 && TextUtils.equals(mCustomAction, other.mCustomAction); in equals()160 return Objects.hash(mCustomAction, mCommandCode); in hashCode()