Home
last modified time | relevance | path

Searched refs:mClassId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java207 private final int mClassId; field in RadioManager.ModuleProperties
234 mClassId = classId; in ModuleProperties()
285 return mClassId; in getClassId()
430 mClassId = in.readInt(); in ModuleProperties()
466 dest.writeInt(mClassId); in writeToParcel()
492 + ", mServiceName=" + mServiceName + ", mClassId=" + mClassId in toString()
505 return Objects.hash(mId, mServiceName, mClassId, mImplementor, mProduct, mVersion, in hashCode()
518 if (mClassId != other.mClassId) return false; in equals()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24697 Landroid/hardware/radio/RadioManager$ModuleProperties;->mClassId:I