Searched refs:hasSeen (Results 1 – 9 of 9) sorted by relevance
44 assertFalse(stats.hasSeen()); in testConstructor()58 assertTrue(stats.hasSeen()); in testSeen()
595 assertFalse(record.getStats().hasSeen()); in testNotificationStats()604 assertTrue(record.getStats().hasSeen()); in testNotificationStats()
2925 assertTrue(mService.getNotificationRecord(r.getKey()).getStats().hasSeen()); in testStats_updatedOnVisibilityChanged()2928 assertTrue(mService.getNotificationRecord(r.getKey()).getStats().hasSeen()); in testStats_updatedOnVisibilityChanged()
158 public boolean hasSeen() { in hasSeen() method in NotificationStats
461 pw.println(prefix + "seen=" + mStats.hasSeen()); in dump()929 return mStats.hasSeen(); in isSeen()
2977 method public boolean hasSeen();
7423 method public boolean hasSeen();
7321 method public boolean hasSeen();
13314 HSPLandroid/service/notification/NotificationStats;->hasSeen()Z