Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java3354 StatusBarNotification sbn2 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_foreground() local
3357 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_foreground()
3373 StatusBarNotification sbn2 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_diffTitle() local
3376 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_diffTitle()
3394 StatusBarNotification sbn2 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_inboxStyle() local
3397 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_inboxStyle()
3442 StatusBarNotification sbn2 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_diffText() local
3445 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_diffText()
3461 StatusBarNotification sbn2 = new StatusBarNotification(PKG, PKG, 0, "tag", mUid, 0, in testVisualDifference_sameText() local
3464 new NotificationRecord(mContext, sbn2, mock(NotificationChannel.class)); in testVisualDifference_sameText()
[all …]