Searched refs:mLegacyStreamType (Results 1 – 2 of 2) sorted by relevance
457 private int mLegacyStreamType; field in AudioProductStrategy.AudioAttributesGroup463 mLegacyStreamType = streamType; in AudioAttributesGroup()475 && mLegacyStreamType == thatAag.mLegacyStreamType in equals()481 return Objects.hash(mVolumeGroupId, mLegacyStreamType, in hashCode()486 return mLegacyStreamType; in getStreamType()514 return mLegacyStreamType == streamType; in supportsStreamType()525 dest.writeInt(mLegacyStreamType); in writeToParcel()557 s.append(Integer.toString(mLegacyStreamType)); in toString()
61 jfieldID mLegacyStreamType; member245 gAudioAttributesGroupsFields.mLegacyStreamType = GetFieldIDOrDie( in register_android_media_AudioProductStrategies()