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.java62 private final String mCustomAction; field in Session2Command
75 mCustomAction = null; in Session2Command()
90 mCustomAction = action; in Session2Command()
100 mCustomAction = in.readString(); in Session2Command()
118 return mCustomAction; in getCustomAction()
141 dest.writeString(mCustomAction); in writeToParcel()
152 && TextUtils.equals(mCustomAction, other.mCustomAction); in equals()
157 return Objects.hash(mCustomAction, mCommandCode); in hashCode()