Searched refs:mRecentlyIntrusive (Results 1 – 2 of 2) sorted by relevance
107 private NotificationRecord mRecentlyIntrusive; field in RankingHelperTest210 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()
120 private boolean mRecentlyIntrusive; field in NotificationRecord444 mRecentlyIntrusive = previous.mRecentlyIntrusive; in copyRankingInformation()517 pw.println(prefix + "mRecentlyIntrusive=" + mRecentlyIntrusive); in dump()808 mRecentlyIntrusive = recentlyIntrusive; in setRecentlyIntrusive()815 return mRecentlyIntrusive; in isRecentlyIntrusive()