Searched refs:getNotificationBuilder (Results 1 – 3 of 3) sorted by relevance
244 builder = getNotificationBuilder(channel, networkStatus, res, venueDisplayName) in updateNotifications()254 builder = getNotificationBuilder(CHANNEL_CONNECTED, networkStatus, res, in updateNotifications()285 private Notification.Builder getNotificationBuilder(@NonNull String channelId, in getNotificationBuilder() method in NetworkStackNotifier
180 Notification.Builder builder = getNotificationBuilder(call, in showIncomingCallNotification()207 private Notification.Builder getNotificationBuilder(Call incomingCall, Call ongoingCall) { in getNotificationBuilder() method in IncomingCallNotifier
350 final Notification.Builder builder = getNotificationBuilder(); in buildAndSendNotification()1071 private Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in StatusBarNotifier