Searched refs:mInfoFlags (Results 1 – 2 of 2) sorted by relevance
1449 private final int mInfoFlags; field in RadioManager.ProgramInfo1470 mInfoFlags = infoFlags; in ProgramInfo()1564 return (mInfoFlags & FLAG_TUNED) != 0; in isTuned()1571 return (mInfoFlags & FLAG_STEREO) != 0; in isStereo()1594 return (mInfoFlags & FLAG_LIVE) != 0; in isLive()1604 return (mInfoFlags & FLAG_MUTED) != 0; in isMuted()1612 return (mInfoFlags & FLAG_TRAFFIC_PROGRAM) != 0; in isTrafficProgram()1659 mInfoFlags = in.readInt(); in ProgramInfo()1682 dest.writeInt(mInfoFlags); in writeToParcel()1701 + ", infoFlags=" + mInfoFlags in toString()[all …]
21835 Landroid/hardware/radio/RadioManager$ProgramInfo;->mInfoFlags:I