Searched refs:mLogicallyTunedTo (Results 1 – 2 of 2) sorted by relevance
1543 @Nullable private final ProgramSelector.Identifier mLogicallyTunedTo; field in RadioManager.ProgramInfo1559 mLogicallyTunedTo = logicallyTunedTo; in ProgramInfo()1595 return mLogicallyTunedTo; in getLogicallyTunedTo()1681 ProgramSelector.Identifier id = mLogicallyTunedTo; in isDigital()1782 mLogicallyTunedTo = in.readTypedObject(ProgramSelector.Identifier.CREATOR); in ProgramInfo()1805 dest.writeTypedObject(mLogicallyTunedTo, flags); in writeToParcel()1824 + ", logicallyTunedTo=" + Objects.toString(mLogicallyTunedTo) in toString()1835 return Objects.hash(mSelector, mLogicallyTunedTo, mPhysicallyTunedTo, in hashCode()1846 if (!Objects.equals(mLogicallyTunedTo, other.mLogicallyTunedTo)) return false; in equals()
21836 Landroid/hardware/radio/RadioManager$ProgramInfo;->mLogicallyTunedTo:Landroid/hardware/radio/Progra…