Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java1544 @Nullable private final ProgramSelector.Identifier mPhysicallyTunedTo; field in RadioManager.ProgramInfo
1560 mPhysicallyTunedTo = physicallyTunedTo; in ProgramInfo()
1608 return mPhysicallyTunedTo; in getPhysicallyTunedTo()
1783 mPhysicallyTunedTo = in.readTypedObject(ProgramSelector.Identifier.CREATOR); in ProgramInfo()
1806 dest.writeTypedObject(mPhysicallyTunedTo, flags); in writeToParcel()
1825 + ", physicallyTunedTo=" + Objects.toString(mPhysicallyTunedTo) in toString()
1835 return Objects.hash(mSelector, mLogicallyTunedTo, mPhysicallyTunedTo, in hashCode()
1847 if (!Objects.equals(mPhysicallyTunedTo, other.mPhysicallyTunedTo)) return false; in equals()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21838 Landroid/hardware/radio/RadioManager$ProgramInfo;->mPhysicallyTunedTo:Landroid/hardware/radio/Progr…