Searched refs:mBlockableSystem (Results 1 – 2 of 2) sorted by relevance
267 private boolean mBlockableSystem = false; field in NotificationChannel339 mBlockableSystem = in.readBoolean(); in NotificationChannel()399 dest.writeBoolean(mBlockableSystem); in writeToParcel()467 mBlockableSystem = blockable; in setBlockable()865 return mBlockableSystem; in isBlockable()1404 + ", mBlockableSystem=" + mBlockableSystem in getFieldsString()1443 proto.write(NotificationChannelProto.IS_BLOCKABLE_SYSTEM, mBlockableSystem); in dumpDebug()
8003 Landroid/app/NotificationChannel;->mBlockableSystem:Z