Searched refs:mSubChannel (Results 1 – 1 of 1) sorted by relevance
48 private final int mSubChannel; field in CarRadioPreset58 out.writeInt(mSubChannel); in writeToParcel()76 mSubChannel = in.readInt(); in CarRadioPreset()83 mSubChannel = subChannel; in CarRadioPreset()93 public int getSubChannel() { return mSubChannel; } in getSubChannel()100 "Sub channel: " + mSubChannel; in toString()110 that.getSubChannel() == mSubChannel; in equals()