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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1140 private final int mSubChannel; field in class:RadioManager.ProgramInfo
1150 mSubChannel = subChannel;
1169 return mSubChannel;
1205 mSubChannel = in.readInt();
1231 dest.writeInt(mSubChannel);
1251 return "ProgramInfo [mChannel=" + mChannel + ", mSubChannel=" + mSubChannel
1263 result = prime * result + mSubChannel;
1281 if (mSubChannel != other.getSubChannel())

Completed in 76 milliseconds