Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java183 private boolean mIsInterruptive; field in NotificationRecord
521 pw.println(prefix + "mIsInterruptive=" + mIsInterruptive); in dump()
1112 mIsInterruptive = interruptive; in setInterruptive()
1143 return mIsInterruptive; in isInterruptive()