Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java124 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow()
178 Notification n = createNotification(false /* isGroupSummary */, in createBubble()
205 Notification notif = createNotification(isGroupSummary, groupKey); in createRow()
214 public Notification createNotification() { in createNotification() method in NotificationTestHelper
215 return createNotification(false /* isGroupSummary */, null /* groupKey */); in createNotification()
225 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() method in NotificationTestHelper
226 return createNotification(isGroupSummary, groupKey, null /* bubble metadata */); in createNotification()
237 public Notification createNotification(boolean isGroupSummary, in createNotification() method in NotificationTestHelper
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DServiceIntentSender.java68 notifications[i] = createNotification(mContext, records[i]); in sendUpdateNotificationIntent()
78 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
223 createNotification(printJob, createCancelAction(printJob), null); in createPrintingNotification()
231 createNotification(printJob, createCancelAction(printJob), restartActionBuilder.build()); in createFailedNotification()
235 createNotification(printJob, createCancelAction(printJob), null); in createBlockedNotification()
239 createNotification(printJob, null, null); in createCancellingNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java364 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable()
372 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_oemLocked()
381 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_criticalDeviceFunction()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java861 notifications[i] = createNotification(nodes.get(i)); in listNotifications()
902 notifications[i] = createNotification(nodes.get(i)); in retrieveNotificationList()
931 return createNotification(nodes.get(0)); in retrieveNotification()
1315 private static EuiccNotification createNotification(Asn1Node node) in createNotification() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java869 Notification notification = mNotificationTestHelper.createNotification(false, in createBubbleEntry()