Home
last modified time | relevance | path

Searched refs:mCustomCommand (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/media/src/main/java/androidx/media/
DSessionCommand2.java331 private final String mCustomCommand; field in SessionCommand2
344 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()
/frameworks/av/packages/MediaComponents/src/com/android/media/
DMediaSession2Impl.java986 private final String mCustomCommand; field in MediaSession2Impl.CommandImpl
992 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()