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