Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordExtractorDataTest.java63 assertFalse(extractorData.hasDiffForLoggingLocked(r, 1)); in testHasDiffs_noDiffs()
97 assertTrue(extractorData.hasDiffForLoggingLocked(r, 1)); in testHasDiffs_proposedImportanceChange()
132 assertTrue(extractorData.hasDiffForLoggingLocked(r, 1)); in testHasDiffs_autoBundled()
166 assertTrue(extractorData.hasDiffForLoggingLocked(r, 1)); in testHasDiffs_sensitiveContentChange()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordExtractorData.java107 boolean hasDiffForLoggingLocked(NotificationRecord r, int newPosition) { in hasDiffForLoggingLocked() method in NotificationRecordExtractorData
DNotificationManagerService.java9442 if (prevData.hasDiffForLoggingLocked(r, i)) {