Searched refs:computeParcelableUse (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeter.kt | 89 computeParcelableUse(extras, Notification.EXTRA_LARGE_ICON_BIG, seenBitmaps) in <lambda>() 91 computeParcelableUse(extras, Notification.EXTRA_PICTURE, seenBitmaps) + in <lambda>() 92 computeParcelableUse(extras, Notification.EXTRA_PICTURE_ICON, seenBitmaps) in <lambda>() 101 computeParcelableUse(extras, Notification.EXTRA_CALL_PERSON, seenBitmaps) in <lambda>() 103 computeParcelableUse(extras, Notification.EXTRA_VERIFICATION_ICON, seenBitmaps) in <lambda>() 123 computeParcelableUse(carExtender, CAR_EXTENSIONS_LARGE_ICON, seenBitmaps) in <lambda>() 131 computeParcelableUse(wearExtender, WEARABLE_EXTENSIONS_BACKGROUND, seenBitmaps) in <lambda>() 203 private fun computeParcelableUse(extras: Bundle?, key: String, seenBitmaps: HashSet<Int>): Int { in <lambda>() method
|