Searched refs:mCommandCode (Results 1 – 2 of 2) sorted by relevance
329 private final int mCommandCode; field in SessionCommand2343 mCommandCode = commandCode; in SessionCommand2()358 mCommandCode = COMMAND_CODE_CUSTOM; in SessionCommand2()368 return mCommandCode; in getCommandCode()394 bundle.putInt(KEY_COMMAND_CODE, mCommandCode); in toBundle()427 return mCommandCode == other.mCommandCode in equals()434 return ((mCustomCommand != null) ? mCustomCommand.hashCode() : 0) * prime + mCommandCode; in hashCode()
984 private final int mCommandCode; field in MediaSession2Impl.CommandImpl991 mCommandCode = commandCode; in CommandImpl()1002 mCommandCode = COMMAND_CODE_CUSTOM; in CommandImpl()1009 return mCommandCode; in getCommandCode_impl()1028 bundle.putInt(KEY_COMMAND_CODE, mCommandCode); in toBundle_impl()1060 return mCommandCode == other.mCommandCode in equals_impl()1068 ? mCustomCommand.hashCode() : 0) * prime + mCommandCode; in hashCode_impl()