Searched refs:mMessagingUtil (Results 1 – 4 of 4) sorted by relevance
41 private final NotificationMessagingUtil mMessagingUtil; field in NotificationComparator48 mMessagingUtil = new NotificationMessagingUtil(mContext); in NotificationComparator()166 return mMessagingUtil.isImportantMessaging(record.sbn, record.getImportance()); in isImportantMessaging()
49 private final NotificationMessagingUtil mMessagingUtil; field in ZenModeFiltering53 mMessagingUtil = new NotificationMessagingUtil(mContext); in ZenModeFiltering()58 mMessagingUtil = messagingUtil; in ZenModeFiltering()276 return mMessagingUtil.isMessaging(record.sbn); in isMessage()
59 private NotificationMessagingUtil mMessagingUtil; field in ZenModeFilteringTest65 mZenModeFiltering = new ZenModeFiltering(mContext, mMessagingUtil); in setUp()83 when(mMessagingUtil.isMessaging(any())).thenReturn(true); in testIsMessage()86 when(mMessagingUtil.isMessaging(any())).thenReturn(false); in testIsMessage()
68 private final NotificationMessagingUtil mMessagingUtil; field in NotificationRowBinderImpl85 mMessagingUtil = new NotificationMessagingUtil(context); in NotificationRowBinderImpl()242 mMessagingUtil.isImportantMessaging(sbn, entry.importance); in updateNotification()