Home
last modified time | relevance | path

Searched defs:oldProgress (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/promoted/
DPromotedNotificationContentExtractorImplTest.kt631 val oldProgress = assertNotNull(content.privateVersion.oldProgress) in extractContent_fromOldProgressDeterminate() constant
647 val oldProgress = assertNotNull(content.privateVersion.oldProgress) in extractContent_fromOldProgressIndeterminate() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/shared/model/
DPromotedNotificationContentModel.kt86 val oldProgress: OldProgress?, constant in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel
110 var oldProgress: OldProgress? = null variable in com.android.systemui.statusbar.notification.promoted.shared.model.PromotedNotificationContentModel.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/
DPromotedNotificationContentExtractor.kt286 private fun Notification.oldProgress(): OldProgress? { in oldProgress() method in com.android.systemui.statusbar.notification.promoted.PromotedNotificationContentExtractorImpl