Searched refs:mCommandCode (Results 1 – 2 of 2) sorted by relevance
64 private final int mCommandCode; field in Session2Command78 mCommandCode = commandCode; in Session2Command()93 mCommandCode = COMMAND_CODE_CUSTOM; in Session2Command()103 mCommandCode = in.readInt(); in Session2Command()113 return mCommandCode; in getCommandCode()144 dest.writeInt(mCommandCode); in writeToParcel()155 return mCommandCode == other.mCommandCode in equals()161 return Objects.hash(mCustomAction, mCommandCode); in hashCode()
48 private int mCommandCode = 4; field in UceStatsWriterTest197 mWrite.setUceEvent(mSubId, mType, mSuccessful, mCommandCode, mNetworkResponse); in setUceEvent()201 assertEquals(mCommandCode, mCallback.commandCode); in setUceEvent()