Searched refs:mBlockableSystem (Results 1 – 2 of 2) sorted by relevance
170 private boolean mBlockableSystem = false; field in NotificationChannel234 mBlockableSystem = in.readBoolean(); in NotificationChannel()288 dest.writeBoolean(mBlockableSystem); in writeToParcel()326 mBlockableSystem = blockableSystem; in setBlockableSystem()645 return mBlockableSystem; in isBlockableSystem()1044 + ", mBlockableSystem=" + mBlockableSystem in dump()1072 + ", mBlockableSystem=" + mBlockableSystem in toString()1108 proto.write(NotificationChannelProto.IS_BLOCKABLE_SYSTEM, mBlockableSystem); in writeToProto()
8531 Landroid/app/NotificationChannel;->mBlockableSystem:Z