Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/service/notification/
H A DStatusBarNotificationTest.java116 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithCategory()
175 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithPerson()
184 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithStyle()
199 Notification.Builder nb = getNotificationBuilder(null, CHANNEL_ID) in testIsAppGroup()
211 Notification notification = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID).build(); in testGetPackageContext_worksWithUserAll()
221 return getNotification(pkg, getNotificationBuilder(group, channelId)); in getNotification()
224 private Notification.Builder getNotificationBuilder(String group, String channelId) { in getNotificationBuilder() method in StatusBarNotificationTest
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java339 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder() method in CarrierServiceStateTracker
340 return notificationType.getNotificationBuilder(); in getNotificationBuilder()
376 Notification.Builder builder = getNotificationBuilder(notificationType); in sendNotification()
442 Notification.Builder getNotificationBuilder(); in getNotificationBuilder() method
504 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.PrefNetworkNotification
582 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.EmergencyNetworkNotification
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierServiceStateTrackerTest.java123 doReturn(mNotificationBuilder).when(mSpyCarrierSST).getNotificationBuilder(any()); in testSendBothNotifications()
155 doReturn(mNotificationBuilder).when(spyPrefNetworkNotification).getNotificationBuilder(); in testSendPrefNetworkNotification()
203 .getNotificationBuilder(); in testSendEmergencyNetworkNotification()
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/
H A 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
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DBubbleHelper.java109 Notification notification = getNotificationBuilder(info.id) in addNewBubble()
116 private Notification.Builder getNotificationBuilder(int id) { in getNotificationBuilder() method in BubbleHelper
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java177 Notification.Builder builder = getNotificationBuilder(call, in showIncomingCallNotification()
202 private Notification.Builder getNotificationBuilder(Call incomingCall, Call ongoingCall) { in getNotificationBuilder() method in IncomingCallNotifier
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java346 final Notification.Builder builder = getNotificationBuilder(); in buildAndSendNotification()
1044 private Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in StatusBarNotifier