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.java195 private boolean mIsInterruptive; field in NotificationRecord
557 pw.println(prefix + "mIsInterruptive=" + mIsInterruptive); in dump()
1220 mIsInterruptive = interruptive; in setInterruptive()
1251 return mIsInterruptive; in isInterruptive()