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
408 mRecentlyIntrusive = previous.mRecentlyIntrusive; in copyRankingInformation()
479 pw.println(prefix + "mRecentlyIntrusive=" + mRecentlyIntrusive); in dump()
719 mRecentlyIntrusive = recentlyIntrusive; in setRecentlyIntrusive()
726 return mRecentlyIntrusive; in isRecentlyIntrusive()