Searched refs:mInfoFlags (Results 1 – 1 of 1) sorted by relevance
1415 private final int mInfoFlags; field in RadioManager.ProgramInfo1436 mInfoFlags = infoFlags; in ProgramInfo()1530 return (mInfoFlags & FLAG_TUNED) != 0; in isTuned()1537 return (mInfoFlags & FLAG_STEREO) != 0; in isStereo()1560 return (mInfoFlags & FLAG_LIVE) != 0; in isLive()1570 return (mInfoFlags & FLAG_MUTED) != 0; in isMuted()1578 return (mInfoFlags & FLAG_TRAFFIC_PROGRAM) != 0; in isTrafficProgram()1586 return (mInfoFlags & FLAG_TRAFFIC_ANNOUNCEMENT) != 0; in isTrafficAnnouncementActive()1625 mInfoFlags = in.readInt(); in ProgramInfo()1648 dest.writeInt(mInfoFlags); in writeToParcel()[all …]