Merge "Fix bigPicture test breakage"

This commit is contained in:
Jernej Virag
2022-10-07 21:15:00 +00:00
committed by Android (Google) Code Review

View File

@@ -148,7 +148,7 @@ class NotificationMemoryMonitorTest : SysuiTestCase() {
smallIcon = notification.smallIcon.bitmap.allocationByteCount,
largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
extras = 4092,
bigPicture = 960000,
bigPicture = bigPicture.bitmap.allocationByteCount,
extender = 0,
style = "BigPictureStyle",
styleIcon = bigPictureIcon.bitmap.allocationByteCount,