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.java161 private boolean mIsInterruptive; field in NotificationRecord
545 pw.println(prefix + "mIsInterruptive=" + mIsInterruptive); in dump()
847 mIsInterruptive = true; in setSeen()
942 mIsInterruptive = interruptive; in setInterruptive()
958 return mIsInterruptive; in isInterruptive()