Searched refs:mLegacyStreamType (Results 1 – 2 of 2) sorted by relevance
447 private int mLegacyStreamType; field in AudioProductStrategy.AudioAttributesGroup453 mLegacyStreamType = streamType; in AudioAttributesGroup()465 && mLegacyStreamType == thatAag.mLegacyStreamType in equals()471 return Objects.hash(mVolumeGroupId, mLegacyStreamType, in hashCode()476 return mLegacyStreamType; in getStreamType()504 return mLegacyStreamType == streamType; in supportsStreamType()515 dest.writeInt(mLegacyStreamType); in writeToParcel()547 s.append(Integer.toString(mLegacyStreamType)); in toString()
61 jfieldID mLegacyStreamType; member245 gAudioAttributesGroupsFields.mLegacyStreamType = GetFieldIDOrDie( in register_android_media_AudioProductStrategies()