Searched defs:allGroups (Results 1 – 2 of 2) sorted by relevance
120 @NonNull Map<String, NotificationChannelGroup> allGroups, in getGroupWithChannels()146 @NonNull Map<String, NotificationChannelGroup> allGroups, in getGroupsWithChannels()
102 final var allGroups = new HashSet<>(Arrays.stream(groups).toList()); in initializePerfettoProtoLog() local