Searched refs:mSubChannel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1142 private final int mSubChannel; field in class:RadioManager.ProgramInfo
1152 mSubChannel = subChannel;
1171 return mSubChannel;
1207 mSubChannel = in.readInt();
1233 dest.writeInt(mSubChannel);
1253 return "ProgramInfo [mChannel=" + mChannel + ", mSubChannel=" + mSubChannel
1265 result = prime * result + mSubChannel;
1283 if (mSubChannel != other.getSubChannel())

Completed in 30 milliseconds