Searched refs:mStereo (Results 1 – 2 of 2) sorted by relevance
795 private final boolean mStereo; field in RadioManager.FmBandDescriptor805 mStereo = stereo; in FmBandDescriptor()817 return mStereo; in isStereoSupported()851 mStereo = in.readByte() == 1; in FmBandDescriptor()872 dest.writeByte((byte) (mStereo ? 1 : 0)); in writeToParcel()887 return "FmBandDescriptor [ "+ super.toString() + " mStereo=" + mStereo in toString()896 result = prime * result + (mStereo ? 1 : 0); in hashCode()913 if (mStereo != other.isStereoSupported()) in equals()933 private final boolean mStereo; field in RadioManager.AmBandDescriptor939 mStereo = stereo; in AmBandDescriptor()[all …]
21764 Landroid/hardware/radio/RadioManager$AmBandConfig$Builder;->mStereo:Z21768 Landroid/hardware/radio/RadioManager$AmBandConfig;->mStereo:Z21771 Landroid/hardware/radio/RadioManager$AmBandDescriptor;->mStereo:Z21789 Landroid/hardware/radio/RadioManager$FmBandConfig$Builder;->mStereo:Z21797 Landroid/hardware/radio/RadioManager$FmBandConfig;->mStereo:Z21804 Landroid/hardware/radio/RadioManager$FmBandDescriptor;->mStereo:Z