Home
last modified time | relevance | path

Searched refs:mBlockableSystem (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java155 private boolean mBlockableSystem = false; field in NotificationChannel
216 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()