Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1447 @Nullable private final ProgramSelector.Identifier mPhysicallyTunedTo; field in RadioManager.ProgramInfo
1463 mPhysicallyTunedTo = physicallyTunedTo; in ProgramInfo()
1511 return mPhysicallyTunedTo; in getPhysicallyTunedTo()
1657 mPhysicallyTunedTo = in.readTypedObject(ProgramSelector.Identifier.CREATOR); in ProgramInfo()
1680 dest.writeTypedObject(mPhysicallyTunedTo, flags); in writeToParcel()
1699 + ", physicallyTunedTo=" + Objects.toString(mPhysicallyTunedTo) in toString()
1709 return Objects.hash(mSelector, mLogicallyTunedTo, mPhysicallyTunedTo, in hashCode()
1721 if (!Objects.equals(mPhysicallyTunedTo, other.mPhysicallyTunedTo)) return false; in equals()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21838 Landroid/hardware/radio/RadioManager$ProgramInfo;->mPhysicallyTunedTo:Landroid/hardware/radio/Progr…