Searched refs:sbn2 (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 4507 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_foreground() 4526 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_diffTitle() 4547 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_inboxStyle() 4595 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_diffText() 4614 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_sameText() 4633 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_sameTextButStyled() 4652 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_diffTextButStyled() 4671 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_diffProgress() 4690 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_diffProgressNotDone() 4709 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_sameProgressStillDone() [all …]
|