Home
last modified time | relevance | path

Searched refs:Notifications (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java33 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 …]
DNotificationPanelLoggerImpl.java23 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/
DNotificationPanelLoggerFake.java20 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()
DNotificationLoggerTest.java64 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/
DFromShadeToQuickSettingsTransition.kt10 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()
DToShadeTransition.kt28 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()
DToQuickSettingsTransition.kt22 import com.android.systemui.notifications.ui.composable.Notifications
46 translate(Notifications.Elements.NotificationScrim, Edge.Top, false) in TransitionBuilder()
DToNotificationsShadeTransition.kt28 import com.android.systemui.notifications.ui.composable.Notifications
61 fade(Notifications.Elements.NotificationScrim) in TransitionBuilder()
DToSplitShadeTransition.kt27 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/
DNotificationStatsLoggerImpl.kt28 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/
DSceneContainerTransitions.kt6 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/
DOWNERS1 # Android > Android OS & Apps > System UI > Internal Only > Notifications
/frameworks/base/nfc/java/android/nfc/
Dflags.aconfig40 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/
DOWNERS3 # Notifications related
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt88 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/
DDefaultBlueprint.kt105 Notifications( in <lambda>()
117 Notifications( in <lambda>()
DShortcutsBesideUdfpsBlueprint.kt107 Notifications( in <lambda>()
119 Notifications( in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DNotificationSection.kt92 fun SceneScope.Notifications(burnInParams: BurnInParameters?, modifier: Modifier = Modifier) { in SceneScope() method
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/
DREADME.md9 - Open Quick Settings and Notifications
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerTest.kt27 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/
Dscene.md216 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/
DOWNERS36 # Notifications
/frameworks/base/core/java/android/app/
Dnotification.aconfig188 …mal HUN] Enables the compact heads up notification reply capability for Conversation Notifications"
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto518 // 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/
DOWNERS56 # Notifications

12