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.java238 builder = getNotificationBuilder(channel, networkStatus, res, getSsid(networkStatus)) in updateNotifications()
248 builder = getNotificationBuilder(CHANNEL_CONNECTED, networkStatus, res, in updateNotifications()
279 private Notification.Builder getNotificationBuilder(@NonNull String channelId, in getNotificationBuilder() method in NetworkStackNotifier
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java177 Notification.Builder builder = getNotificationBuilder(call, in showIncomingCallNotification()
202 private Notification.Builder getNotificationBuilder(Call incomingCall, Call ongoingCall) { in getNotificationBuilder() method in IncomingCallNotifier
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java346 final Notification.Builder builder = getNotificationBuilder(); in buildAndSendNotification()
1044 private Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in StatusBarNotifier