Searched refs:mMessagingUtil (Results 1 – 4 of 4) sorted by relevance
40 private final NotificationMessagingUtil mMessagingUtil; field in NotificationComparator47 mMessagingUtil = new NotificationMessagingUtil(mContext); in NotificationComparator()173 return mMessagingUtil.isImportantMessaging(record.getSbn(), record.getImportance()); in isImportantMessaging()
50 private final NotificationMessagingUtil mMessagingUtil; field in ZenModeFiltering54 mMessagingUtil = new NotificationMessagingUtil(mContext); in ZenModeFiltering()59 mMessagingUtil = messagingUtil; in ZenModeFiltering()293 return mMessagingUtil.isMessaging(record.getSbn()); in isMessage()
68 private NotificationMessagingUtil mMessagingUtil; field in ZenModeFilteringTest74 mZenModeFiltering = new ZenModeFiltering(mContext, mMessagingUtil); in setUp()102 when(mMessagingUtil.isMessaging(any())).thenReturn(true); in testIsMessage()105 when(mMessagingUtil.isMessaging(any())).thenReturn(false); in testIsMessage()296 when(mMessagingUtil.isMessaging(any())).thenReturn(true); in testConversation_noneAllowed_msgAllowed()
56 private final NotificationMessagingUtil mMessagingUtil; field in NotificationRowBinderImpl87 mMessagingUtil = notificationMessagingUtil; in NotificationRowBinderImpl()222 mMessagingUtil.isImportantMessaging(entry.getSbn(), entry.getImportance()); in inflateContentViews()