Searched refs:keyBuilder (Results 1 – 1 of 1) sorted by relevance
1645 final ImmutableList.Builder<NotificationKey> keyBuilder = ImmutableList.builder(); in clearAccountNotifications() local1649 keyBuilder.add(key); in clearAccountNotifications()1653 final List<NotificationKey> notificationKeys = keyBuilder.build(); in clearAccountNotifications()