Home | History | Annotate | Download | only in radio

Lines Matching refs:mRegion

328         private final int mRegion;
335 mRegion = region;
346 return mRegion;
381 mRegion = in.readInt();
401 dest.writeInt(mRegion);
415 return "BandDescriptor [mRegion=" + mRegion + ", mType=" + mType + ", mLowerLimit="
423 result = prime * result + mRegion;
438 if (mRegion != other.getRegion())