Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java168 private boolean mBlockableSystem = false; field in NotificationChannel
232 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8006 Landroid/app/NotificationChannel;->mBlockableSystem:Z