Searched refs:mPhysicallyTunedTo (Results 1 – 1 of 1) sorted by relevance
1413 @Nullable private final ProgramSelector.Identifier mPhysicallyTunedTo; field in RadioManager.ProgramInfo1429 mPhysicallyTunedTo = physicallyTunedTo; in ProgramInfo()1477 return mPhysicallyTunedTo; in getPhysicallyTunedTo()1623 mPhysicallyTunedTo = in.readTypedObject(ProgramSelector.Identifier.CREATOR); in ProgramInfo()1646 dest.writeTypedObject(mPhysicallyTunedTo, flags); in writeToParcel()1664 + ", physicallyTunedTo=" + Objects.toString(mPhysicallyTunedTo) in toString()1674 return Objects.hash(mSelector, mLogicallyTunedTo, mPhysicallyTunedTo, in hashCode()1686 if (!Objects.equals(mPhysicallyTunedTo, other.mPhysicallyTunedTo)) return false; in equals()