Searched refs:mBlockableSystem (Results 1 – 1 of 1) sorted by relevance
155 private boolean mBlockableSystem = false; field in NotificationChannel216 mBlockableSystem = in.readBoolean(); in NotificationChannel()268 dest.writeBoolean(mBlockableSystem); in writeToParcel()303 mBlockableSystem = blockableSystem; in setBlockableSystem()598 return mBlockableSystem; in isBlockableSystem()965 + ", mBlockableSystem=" + mBlockableSystem in toString()998 proto.write(NotificationChannelProto.IS_BLOCKABLE_SYSTEM, mBlockableSystem); in writeToProto()