Searched refs:mPhysicallyTunedTo (Results 1 – 2 of 2) sorted by relevance
1544 @Nullable private final ProgramSelector.Identifier mPhysicallyTunedTo; field in RadioManager.ProgramInfo1560 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()
21838 Landroid/hardware/radio/RadioManager$ProgramInfo;->mPhysicallyTunedTo:Landroid/hardware/radio/Progr…