/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationPanelLogger.java | 33 import com.android.systemui.statusbar.notification.logging.nano.Notifications; 46 void logPanelShown(boolean isLockscreen, Notifications.NotificationList proto); in logPanelShown() 90 static Notifications.NotificationList toNotificationProto( in toNotificationProto() 92 Notifications.NotificationList notificationList = new Notifications.NotificationList(); in toNotificationProto() 96 final Notifications.Notification[] proto_array = in toNotificationProto() 97 new Notifications.Notification[visibleNotifications.size()]; in toNotificationProto() 102 final Notifications.Notification proto = new Notifications.Notification(); in toNotificationProto() 130 case BUCKET_MEDIA_CONTROLS : return Notifications.Notification.SECTION_MEDIA_CONTROLS; in toNotificationSection() 131 case BUCKET_HEADS_UP: return Notifications.Notification.SECTION_HEADS_UP; in toNotificationSection() 133 return Notifications.Notification.SECTION_FOREGROUND_SERVICE; in toNotificationSection() [all …]
|
D | NotificationPanelLoggerImpl.java | 23 import com.android.systemui.statusbar.notification.logging.nano.Notifications; 37 public void logPanelShown(boolean isLockscreen, Notifications.NotificationList proto) { in logPanelShown() 48 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logPanelShown() 58 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logNotificationDrag()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationPanelLoggerFake.java | 20 import com.android.systemui.statusbar.notification.logging.nano.Notifications; 37 public void logPanelShown(boolean isLockscreen, Notifications.NotificationList proto) { in logPanelShown() 54 public Notifications.NotificationList list; 55 CallRecord(boolean isLockscreen, Notifications.NotificationList list) { in CallRecord()
|
D | NotificationLoggerTest.java | 64 import com.android.systemui.statusbar.notification.logging.nano.Notifications; 249 Notifications.Notification n = mNotificationPanelLoggerFake.get(0).list.notifications[0]; in testLogPanelShownOnWakeToLockscreen() 254 assertEquals(Notifications.Notification.SECTION_ALERTING, n.section); in testLogPanelShownOnWakeToLockscreen() 271 Notifications.Notification n = mNotificationPanelLoggerFake.get(0).list.notifications[0]; in testLogPanelShownOnShadePull() 276 assertEquals(Notifications.Notification.SECTION_ALERTING, n.section); in testLogPanelShownOnShadePull() 300 Notifications.Notification n = mNotificationPanelLoggerFake.get(0).list.notifications[0]; in testLogPanelShownHandlesNullInstanceIds()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/ |
D | FromShadeToQuickSettingsTransition.kt | 10 import com.android.systemui.notifications.ui.composable.Notifications 27 Notifications.Elements.NotificationScrim.targetOffset(Scenes.Shade)?.y in TransitionBuilder() 33 translate(Notifications.Elements.NotificationScrim, Edge.Bottom) in TransitionBuilder()
|
D | ToShadeTransition.kt | 28 import com.android.systemui.notifications.ui.composable.Notifications 50 return Notifications.Elements.NotificationScrim.targetOffset(Scenes.Shade)?.y ?: 0f in toShadeTransition() 66 translate(Notifications.Elements.NotificationScrim, Edge.Top, false) in toShadeTransition()
|
D | ToQuickSettingsTransition.kt | 22 import com.android.systemui.notifications.ui.composable.Notifications 46 translate(Notifications.Elements.NotificationScrim, Edge.Top, false) in TransitionBuilder()
|
D | ToNotificationsShadeTransition.kt | 28 import com.android.systemui.notifications.ui.composable.Notifications 61 fade(Notifications.Elements.NotificationScrim) in TransitionBuilder()
|
D | ToSplitShadeTransition.kt | 27 import com.android.systemui.notifications.ui.composable.Notifications 61 fade(Notifications.Elements.NotificationScrim) in TransitionBuilder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/ |
D | NotificationStatsLoggerImpl.kt | 28 import com.android.systemui.statusbar.notification.logging.nano.Notifications in <lambda>() 305 private fun List<ActiveNotificationModel>.toNotificationProto(): Notifications.NotificationList { in toNotificationProto() 306 val notificationList = Notifications.NotificationList() in toNotificationProto() 307 val protoArray: Array<Notifications.Notification> = in toNotificationProto() 309 Notifications.Notification().apply { in toNotificationProto()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/ |
D | SceneContainerTransitions.kt | 6 import com.android.systemui.notifications.ui.composable.Notifications 105 Notifications.Elements.NotificationScrim, in <lambda>() 110 Notifications.Elements.NotificationStackPlaceholder, in <lambda>()
|
/frameworks/base/tests/FlickerTests/Notification/ |
D | OWNERS | 1 # Android > Android OS & Apps > System UI > Internal Only > Notifications
|
/frameworks/base/nfc/java/android/nfc/ |
D | flags.aconfig | 40 description: "Enable NFC Polling Loop Notifications" 54 description: "Enable NFC Polling Loop Notifications ST shim"
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | OWNERS | 3 # Notifications related
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
D | Notifications.kt | 88 object Notifications { in <lambda>() object 116 Notifications.Elements.HeadsUpNotificationPlaceholder, in HeadsUpNotificationSpace() 278 .element(Notifications.Elements.NotificationScrim) in NotificationScrollingStack() 381 .element(key = Notifications.Elements.ShelfSpace) in NotificationShelfSpace() 407 .element(Notifications.Elements.NotificationStackPlaceholder) in NotificationPlaceholder()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/ |
D | DefaultBlueprint.kt | 105 Notifications( in <lambda>() 117 Notifications( in <lambda>()
|
D | ShortcutsBesideUdfpsBlueprint.kt | 107 Notifications( in <lambda>() 119 Notifications( in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | NotificationSection.kt | 92 fun SceneScope.Notifications(burnInParams: BurnInParameters?, modifier: Modifier = Modifier) { in SceneScope() method
|
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/ |
D | README.md | 9 - Open Quick Settings and Notifications
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/ |
D | NotificationStatsLoggerTest.kt | 27 import com.android.systemui.statusbar.notification.logging.nano.Notifications in <lambda>() 61 private val notificationListProtoCaptor = argumentCaptor<Notifications.NotificationList>() in <lambda>()
|
/frameworks/base/packages/SystemUI/docs/ |
D | scene.md | 216 fractionRange(start = 0.5f) { fade(Notifications.Elements.Notifications) } 234 the previous one ends) and applies a `fade` on the `Notifications` element 346 ### Notifications 363 …s/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/Notifications.kt).
|
/frameworks/base/core/res/ |
D | OWNERS | 36 # Notifications
|
/frameworks/base/core/java/android/app/ |
D | notification.aconfig | 188 …mal HUN] Enables the compact heads up notification reply capability for Conversation Notifications"
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 518 // ACTION: DND Settings > Notifications 522 // ACTION: DND Settings > Notifications 526 // ACTION: DND Settings > Notifications 1309 // ACTION: Settings > System > Touchpad > Touchpad gestures > Notifications 2427 // OPEN: Settings > Notifications > [App] > Channel Notifications 2452 // Settings -> Notifications -> Gear 3065 // OPEN: Settings > Notifications > [App] > Topic Notifications 3278 // Screen: DND Settings > Notifications 3397 // OPEN: Settings > Apps & Notifications -> Special app access -> Financial Apps Sms Access 3569 // Settings > Apps and notifications > Notifications > Gentle notifications [all …]
|
/frameworks/base/core/java/android/view/ |
D | OWNERS | 56 # Notifications
|