Searched refs:NotificationViewUsage (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryViewWalkerTest.kt | 48 assertThat(result).contains(NotificationViewUsage(ViewType.TOTAL, 0, 0, 0, 0, 0, 0)) 75 NotificationViewUsage( 87 NotificationViewUsage( 99 NotificationViewUsage( 111 NotificationViewUsage( 142 NotificationViewUsage( 157 NotificationViewUsage( 169 NotificationViewUsage( 204 NotificationViewUsage( 216 NotificationViewUsage( [all …]
|
H A D | NotificationMemoryLoggerTest.kt | 347 NotificationViewUsage(ViewType.TOTAL, 493, 584, 4833, 584, 4888, 5843), 348 NotificationViewUsage( 375 NotificationViewUsage(ViewType.TOTAL, 3245, 1234, 7653, 543, 765, 7655), 376 NotificationViewUsage( 404 NotificationViewUsage(ViewType.TOTAL, 3245, 1234, 7653, 543, 765, 7655), 405 NotificationViewUsage( 433 NotificationViewUsage(ViewType.TOTAL, 4355, 6543, 4322, 5435, 6546, 65485), 434 NotificationViewUsage(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryViewWalker.kt | 38 fun build(viewType: ViewType): NotificationViewUsage { 39 return NotificationViewUsage( 59 fun getViewUsage(row: ExpandableNotificationRow?): List<NotificationViewUsage> { 100 private fun getTotalUsage(row: ExpandableNotificationRow): NotificationViewUsage? { 118 ): NotificationViewUsage? {
|
H A D | NotificationMemory.kt | 29 val viewUsage: List<NotificationViewUsage> 62 data class NotificationViewUsage( dataClass
|