Searched refs:mBlockableSystem (Results 1 – 2 of 2) sorted by relevance
168 private boolean mBlockableSystem = false; field in NotificationChannel232 mBlockableSystem = in.readBoolean(); in NotificationChannel()286 dest.writeBoolean(mBlockableSystem); in writeToParcel()329 mBlockableSystem = blockableSystem; in setBlockableSystem()649 return mBlockableSystem; in isBlockableSystem()1048 + ", mBlockableSystem=" + mBlockableSystem in dump()1076 + ", mBlockableSystem=" + mBlockableSystem in toString()1112 proto.write(NotificationChannelProto.IS_BLOCKABLE_SYSTEM, mBlockableSystem); in writeToProto()
8006 Landroid/app/NotificationChannel;->mBlockableSystem:Z