Searched refs:mLogicallyTunedTo (Results 1 – 2 of 2) sorted by relevance
1419 @Nullable private final ProgramSelector.Identifier mLogicallyTunedTo; field in RadioManager.ProgramInfo1435 mLogicallyTunedTo = logicallyTunedTo; in ProgramInfo()1471 return mLogicallyTunedTo; in getLogicallyTunedTo()1553 ProgramSelector.Identifier id = mLogicallyTunedTo; in isDigital()1629 mLogicallyTunedTo = in.readTypedObject(ProgramSelector.Identifier.CREATOR); in ProgramInfo()1652 dest.writeTypedObject(mLogicallyTunedTo, flags); in writeToParcel()1671 + ", logicallyTunedTo=" + Objects.toString(mLogicallyTunedTo) in toString()1682 return Objects.hash(mSelector, mLogicallyTunedTo, mPhysicallyTunedTo, in hashCode()1693 if (!Objects.equals(mLogicallyTunedTo, other.mLogicallyTunedTo)) return false; in equals()
24723 Landroid/hardware/radio/RadioManager$ProgramInfo;->mLogicallyTunedTo:Landroid/hardware/radio/Progra…