Home | History | Annotate | Download | only in telephony

Lines Matching defs:mBands

48     private int[] mBands;
76 this.mBands = bands.clone();
78 this.mBands = null;
104 return mBands == null ? null : mBands.clone();
133 dest.writeIntArray(mBands);
139 mBands = in.createIntArray();
158 && Arrays.equals(mBands, ras.mBands)
165 + (Arrays.hashCode(mBands) * 37)