Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java3346 StatusBarNotification sbn1 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_foreground() local
3349 new NotificationRecord(mContext, sbn1, mock(NotificationChannel.class)); in testVisualDifference_foreground()
3366 StatusBarNotification sbn1 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_diffTitle() local
3369 new NotificationRecord(mContext, sbn1, mock(NotificationChannel.class)); in testVisualDifference_diffTitle()
3386 StatusBarNotification sbn1 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_inboxStyle() local
3389 new NotificationRecord(mContext, sbn1, mock(NotificationChannel.class)); in testVisualDifference_inboxStyle()
3435 StatusBarNotification sbn1 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_diffText() local
3438 new NotificationRecord(mContext, sbn1, mock(NotificationChannel.class)); in testVisualDifference_diffText()
3454 StatusBarNotification sbn1 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_sameText() local
3457 new NotificationRecord(mContext, sbn1, mock(NotificationChannel.class)); in testVisualDifference_sameText()
[all …]