Searched refs:mInfoFlags (Results 1 – 2 of 2) sorted by relevance
1422 private final int mInfoFlags; field in RadioManager.ProgramInfo1443 mInfoFlags = infoFlags; in ProgramInfo()1537 return (mInfoFlags & FLAG_TUNED) != 0; in isTuned()1544 return (mInfoFlags & FLAG_STEREO) != 0; in isStereo()1567 return (mInfoFlags & FLAG_LIVE) != 0; in isLive()1577 return (mInfoFlags & FLAG_MUTED) != 0; in isMuted()1585 return (mInfoFlags & FLAG_TRAFFIC_PROGRAM) != 0; in isTrafficProgram()1632 mInfoFlags = in.readInt(); in ProgramInfo()1655 dest.writeInt(mInfoFlags); in writeToParcel()1674 + ", infoFlags=" + mInfoFlags in toString()[all …]
24713 Landroid/hardware/radio/RadioManager$ProgramInfo;->mInfoFlags:I