/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | NotificationInterruptStateProviderImplTest.java | 164 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/ |
D | NotificationTestHelper.java | 201 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
|
D | ExpandableNotificationRowTest.java | 339 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/ |
D | AdbNotificationsTest.java | 53 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/ |
D | NotificationController.java | 180 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/ |
D | AdbNotifications.java | 50 public static Notification createNotification(@NonNull Context context, in createNotification() method in AdbNotifications
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCard.java | 909 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/ |
D | NotificationEntryManagerTest.java | 181 mEntry = createNotification(); in setUp() 511 private NotificationEntry createNotification() { in createNotification() method in NotificationEntryManagerTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleDataTest.java | 866 Notification notification = mNotificationTestHelper.createNotification(false, in createBubbleEntry()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 1194 Notification notification = AdbNotifications.createNotification(mContext, in updateAdbNotification()
|
/frameworks/base/services/core/java/com/android/server/adb/ |
D | AdbDebuggingManager.java | 782 Notification notification = AdbNotifications.createNotification(mContext, in showAdbConnectedNotification()
|