Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java164 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testDefaultSuppressorDoesNotSuppress()
176 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUpAwake()
186 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpAwake_flteredOut()
220 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldHeadsUpWhenDozing()
233 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_pulseDisabled()
246 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_notDozing()
258 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_suppressingAmbient()
272 NotificationEntry entry = createNotification(IMPORTANCE_LOW); in testShouldNotHeadsUpWhenDozing_lessImportant()
280 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUp()
307 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldNotHeadsUp_filtered()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java201 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow()
269 Notification n = createNotification(false /* isGroupSummary */, in createBubble()
298 Notification notif = createNotification(isGroupSummary, groupKey); in createRow()
307 public Notification createNotification() { in createNotification() method in NotificationTestHelper
308 return createNotification(false /* isGroupSummary */, null /* groupKey */); in createNotification()
318 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() method in NotificationTestHelper
319 return createNotification(isGroupSummary, groupKey, null /* bubble metadata */); in createNotification()
330 public Notification createNotification(boolean isGroupSummary, in createNotification() method in NotificationTestHelper
DExpandableNotificationRowTest.java339 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable()
347 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_oemLocked()
356 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_criticalDeviceFunction()
/frameworks/base/core/tests/coretests/src/android/debug/
DAdbNotificationsTest.java53 Notification notification = AdbNotifications.createNotification(mContext, in testCreateNotification_UsbTransportType()
73 Notification notification = AdbNotifications.createNotification(mContext, in testCreateNotification_WifiTransportType()
/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/core/java/android/debug/
DAdbNotifications.java50 public static Notification createNotification(@NonNull Context context, in createNotification() method in AdbNotifications
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java909 notifications[i] = createNotification(nodes.get(i)); in listNotifications()
950 notifications[i] = createNotification(nodes.get(i)); in retrieveNotificationList()
979 return createNotification(nodes.get(0)); in retrieveNotification()
1372 private static EuiccNotification createNotification(Asn1Node node) in createNotification() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java181 mEntry = createNotification(); in setUp()
511 private NotificationEntry createNotification() { in createNotification() method in NotificationEntryManagerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java866 Notification notification = mNotificationTestHelper.createNotification(false, in createBubbleEntry()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1194 Notification notification = AdbNotifications.createNotification(mContext, in updateAdbNotification()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java782 Notification notification = AdbNotifications.createNotification(mContext, in showAdbConnectedNotification()