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

/frameworks/base/media/java/android/media/
H A DAudioRoutesInfo.java35 int mMainType = MAIN_SPEAKER; field in class:AudioRoutesInfo
42 mMainType = o.mMainType;
47 mMainType = src.readInt();
58 dest.writeInt(mMainType);

Completed in 467 milliseconds