Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java107 private NotificationRecord mRecentlyIntrusive; field in RankingHelperTest
210 mRecentlyIntrusive = new NotificationRecord(mContext, new StatusBarNotification( in setUp()
213 mRecentlyIntrusive.setRecentlyIntrusive(true); in setUp()
354 expected.add(mRecentlyIntrusive); in testSortByIntrusivenessNotRecency()
370 expected.add(mRecentlyIntrusive); in testSortByRecencyNotIntrusiveness()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java120 private boolean mRecentlyIntrusive; field in NotificationRecord
444 mRecentlyIntrusive = previous.mRecentlyIntrusive; in copyRankingInformation()
517 pw.println(prefix + "mRecentlyIntrusive=" + mRecentlyIntrusive); in dump()
808 mRecentlyIntrusive = recentlyIntrusive; in setRecentlyIntrusive()
815 return mRecentlyIntrusive; in isRecentlyIntrusive()