Searched refs:getNotifications (Results 1 – 4 of 4) sorted by relevance
168 ArrayList<NotificationRecord> getNotifications(String pkg, in getNotifications() method in SnoozeHelper
9884 List<NotificationRecord> records = mSnoozeHelper.getNotifications(pkg, groupKey, userId);
577 mSnoozeHelper.getNotifications("pkg", "group", UserHandle.USER_CURRENT).size());593 mSnoozeHelper.getNotifications("pkg", "group", UserHandle.USER_CURRENT).size());
4082 when(mSnoozeHelper.getNotifications( in testSnoozeRunnable_reSnoozeMultipleNotificationsWithGroupKey()4090 when(mSnoozeHelper.getNotifications(anyString(), anyString(), anyInt())) in testSnoozeRunnable_reSnoozeMultipleNotificationsWithGroupKey()