Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java214 public Notification createNotification() { in createNotification() method in NotificationTestHelper
225 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() method in NotificationTestHelper
237 public Notification createNotification(boolean isGroupSummary, in createNotification() method in NotificationTestHelper
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DServiceIntentSender.java78 private static Notification createNotification(Context context, MtpDeviceRecord device) { in createNotification() method in ServiceIntentSender
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java180 private void createNotification(@NonNull PrintJobInfo printJob, @Nullable Action firstAction, in createNotification() method in NotificationController