Home
last modified time | relevance | path

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

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