Searched refs:mLogicallyTunedTo (Results 1 – 1 of 1) sorted by relevance
1412 @Nullable private final ProgramSelector.Identifier mLogicallyTunedTo; field in RadioManager.ProgramInfo1428 mLogicallyTunedTo = logicallyTunedTo; in ProgramInfo()1464 return mLogicallyTunedTo; in getLogicallyTunedTo()1546 ProgramSelector.Identifier id = mLogicallyTunedTo; in isDigital()1622 mLogicallyTunedTo = in.readTypedObject(ProgramSelector.Identifier.CREATOR); in ProgramInfo()1645 dest.writeTypedObject(mLogicallyTunedTo, flags); in writeToParcel()1663 + ", logicallyTunedTo=" + Objects.toString(mLogicallyTunedTo) in toString()1674 return Objects.hash(mSelector, mLogicallyTunedTo, mPhysicallyTunedTo, in hashCode()1685 if (!Objects.equals(mLogicallyTunedTo, other.mLogicallyTunedTo)) return false; in equals()