Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java119 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithCategory()
178 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithPerson()
187 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithStyle()
202 Notification.Builder nb = getNotificationBuilder(null, CHANNEL_ID) in testIsAppGroup()
214 Notification notification = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID).build(); in testGetPackageContext_worksWithUserAll()
244 return getNotification(pkg, getNotificationBuilder(group, channelId)); in getNotification()
247 private Notification.Builder getNotificationBuilder(String group, String channelId) { in getNotificationBuilder() method in StatusBarNotificationTest
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java389 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder() method in CarrierServiceStateTracker
390 return notificationType.getNotificationBuilder(); in getNotificationBuilder()
418 Notification.Builder builder = getNotificationBuilder(notificationType); in sendNotification()
506 Notification.Builder getNotificationBuilder(); in getNotificationBuilder() method
591 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.PrefNetworkNotification
685 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.EmergencyNetworkNotification
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DBubbleHelper.java108 Notification notification = getNotificationBuilder(info.id) in addNewBubble()
115 private Notification.Builder getNotificationBuilder(int id) { in getNotificationBuilder() method in BubbleHelper
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java149 doReturn(mNotificationBuilder).when(mSpyCarrierSST).getNotificationBuilder(any()); in testSendBothNotifications()
181 doReturn(mNotificationBuilder).when(spyPrefNetworkNotification).getNotificationBuilder(); in testSendPrefNetworkNotification()
229 .getNotificationBuilder(); in testSendEmergencyNetworkNotification()
254 doReturn(mNotificationBuilder).when(mSpyCarrierSST).getNotificationBuilder(any()); in testSetEnabledNotifications()