Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java177 private boolean mIsInterruptive; field in NotificationRecord
576 pw.println(prefix + "mIsInterruptive=" + mIsInterruptive); in dump()
1012 mIsInterruptive = interruptive; in setInterruptive()
1043 return mIsInterruptive; in isInterruptive()