Home
last modified time | relevance | path

Searched defs:createNotification (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/debug/
H A DAdbNotifications.java50 public static Notification createNotification(@NonNull Context context, in createNotification() method in AdbNotifications
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/
H A DTaskSwitcherNotificationCoordinator.kt65 private fun createNotification(): Notification { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java471 public Notification createNotification() { in createNotification() method in NotificationTestHelper
482 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() method in NotificationTestHelper
494 public Notification createNotification(boolean isGroupSummary, in createNotification() method in NotificationTestHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java1000 private NotificationEntry createNotification(int importance) { in createNotification() method in NotificationInterruptStateProviderImplTest
1009 private NotificationEntry createNotification(int importance, Notification n) { in createNotification() method in NotificationInterruptStateProviderImplTest
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java180 private void createNotification(@NonNull PrintJobInfo printJob, @Nullable Action firstAction, in createNotification() method in NotificationController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1663 private StatusBarNotification createNotification(String shortcutId, in createNotification() method in PeopleSpaceWidgetManagerTest