Searched refs:mCustomCommand (Results 1 – 2 of 2) sorted by relevance
331 private final String mCustomCommand; field in SessionCommand2344 mCustomCommand = null; in SessionCommand2()359 mCustomCommand = action; in SessionCommand2()376 return mCustomCommand; in getCustomCommand()395 bundle.putString(KEY_COMMAND_CUSTOM_COMMAND, mCustomCommand); in toBundle()428 && TextUtils.equals(mCustomCommand, other.mCustomCommand); in equals()434 return ((mCustomCommand != null) ? mCustomCommand.hashCode() : 0) * prime + mCommandCode; in hashCode()
986 private final String mCustomCommand; field in MediaSession2Impl.CommandImpl992 mCustomCommand = null; in CommandImpl()1003 mCustomCommand = action; in CommandImpl()1014 return mCustomCommand; in getCustomCommand_impl()1029 bundle.putString(KEY_COMMAND_CUSTOM_COMMAND, mCustomCommand); in toBundle_impl()1061 && TextUtils.equals(mCustomCommand, other.mCustomCommand); in equals_impl()1067 return ((mCustomCommand != null) in hashCode_impl()1068 ? mCustomCommand.hashCode() : 0) * prime + mCommandCode; in hashCode_impl()