Searched refs:mStereo (Results 1 – 2 of 2) sorted by relevance
458 private final boolean mStereo; field in RadioManager.FmBandDescriptor467 mStereo = stereo; in FmBandDescriptor()478 return mStereo; in isStereoSupported()509 mStereo = in.readByte() == 1; in FmBandDescriptor()530 dest.writeByte((byte) (mStereo ? 1 : 0)); in writeToParcel()544 return "FmBandDescriptor [ "+ super.toString() + " mStereo=" + mStereo in toString()553 result = prime * result + (mStereo ? 1 : 0); in hashCode()570 if (mStereo != other.isStereoSupported()) in equals()588 private final boolean mStereo; field in RadioManager.AmBandDescriptor593 mStereo = stereo; in AmBandDescriptor()[all …]
92 jfieldID mStereo; member104 jfieldID mStereo; member366 env->GetBooleanField(jBandConfig, gRadioFmBandConfigFields.mStereo); in convertBandConfigToNative()376 env->GetBooleanField(jBandConfig, gRadioAmBandConfigFields.mStereo); in convertBandConfigToNative()918 gRadioFmBandConfigFields.mStereo = GetFieldIDOrDie(env, fmBandConfigClass, "mStereo", "Z"); in register_android_hardware_Radio()930 gRadioAmBandConfigFields.mStereo = GetFieldIDOrDie(env, amBandConfigClass, "mStereo", "Z"); in register_android_hardware_Radio()