Searched defs:mLegacyStream (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/media-compat/java/android/support/v4/media/
H A DAudioAttributesCompat.java233 Integer mLegacyStream; field in class:AudioAttributesCompat
289 if (mLegacyStream != null) {
290 return mLegacyStream;
400 private Integer mLegacyStream; field in class:AudioAttributesCompat.Builder
423 mLegacyStream = aa.mLegacyStream;
446 if (mLegacyStream != null) {
448 api21Builder.setLegacyStreamType(mLegacyStream);
458 aac.mLegacyStream = mLegacyStream;
[all...]

Completed in 681 milliseconds