Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java110 private boolean mRecentlyIntrusive; field in NotificationRecord
370 mRecentlyIntrusive = previous.mRecentlyIntrusive; in copyRankingInformation()
512 pw.println(prefix + "mRecentlyIntrusive=" + mRecentlyIntrusive); in dump()
646 mRecentlyIntrusive = recentlyIntrusive; in setRecentlyIntrusive()
653 return mRecentlyIntrusive; in isRecentlyIntrusive()