/aosp12/frameworks/base/core/tests/coretests/src/android/service/notification/ |
H A D | StatusBarNotificationTest.java | 116 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 D | CarrierServiceStateTracker.java | 339 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 D | CarrierServiceStateTrackerTest.java | 123 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 D | NetworkStackNotifier.java | 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
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
H A D | BubbleHelper.java | 109 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 D | IncomingCallNotifier.java | 177 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 D | StatusBarNotifier.java | 346 final Notification.Builder builder = getNotificationBuilder(); in buildAndSendNotification() 1044 private Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in StatusBarNotifier
|