Searched refs:mLogicallyTunedTo (Results 1 – 2 of 2) sorted by relevance
1446 @Nullable private final ProgramSelector.Identifier mLogicallyTunedTo; field in RadioManager.ProgramInfo1462 mLogicallyTunedTo = logicallyTunedTo; in ProgramInfo()1498 return mLogicallyTunedTo; in getLogicallyTunedTo()1580 ProgramSelector.Identifier id = mLogicallyTunedTo; in isDigital()1656 mLogicallyTunedTo = in.readTypedObject(ProgramSelector.Identifier.CREATOR); in ProgramInfo()1679 dest.writeTypedObject(mLogicallyTunedTo, flags); in writeToParcel()1698 + ", logicallyTunedTo=" + Objects.toString(mLogicallyTunedTo) in toString()1709 return Objects.hash(mSelector, mLogicallyTunedTo, mPhysicallyTunedTo, in hashCode()1720 if (!Objects.equals(mLogicallyTunedTo, other.mLogicallyTunedTo)) return false; in equals()
21836 Landroid/hardware/radio/RadioManager$ProgramInfo;->mLogicallyTunedTo:Landroid/hardware/radio/Progra…