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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1097 private final int mSubChannel; field in class:RadioManager.ProgramInfo
1107 mSubChannel = subChannel;
1126 return mSubChannel;
1162 mSubChannel = in.readInt();
1188 dest.writeInt(mSubChannel);
1208 return "ProgramInfo [mChannel=" + mChannel + ", mSubChannel=" + mSubChannel
1220 result = prime * result + mSubChannel;
1238 if (mSubChannel != other.getSubChannel())

Completed in 59 milliseconds