Home
last modified time | relevance | path

Searched refs:getNotificationBuilder (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java244 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
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java180 Notification.Builder builder = getNotificationBuilder(call, in showIncomingCallNotification()
207 private Notification.Builder getNotificationBuilder(Call incomingCall, Call ongoingCall) { in getNotificationBuilder() method in IncomingCallNotifier
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java350 final Notification.Builder builder = getNotificationBuilder(); in buildAndSendNotification()
1071 private Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in StatusBarNotifier