Searched refs:mFgServiceShown (Results 1 – 1 of 1) sorted by relevance
200 private boolean mFgServiceShown; field in NotificationChannel264 mFgServiceShown = in.readByte() != 0; in NotificationChannel()317 dest.writeByte(mFgServiceShown ? (byte) 1 : (byte) 0); in writeToParcel()364 mFgServiceShown = shown; in setFgServiceShown()769 return mFgServiceShown; in isFgServiceShown()1250 + ", mFgServiceShown=" + mFgServiceShown in getFieldsString()1288 proto.write(NotificationChannelProto.FG_SERVICE_SHOWN, mFgServiceShown); in dumpDebug()