Home
last modified time | relevance | path

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

/packages/modules/Media/apex/framework/java/android/media/
DSession2Command.java65 private final String mCustomAction; field in Session2Command
78 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()