Searched refs:getNotificationBuilder (Results 1 – 4 of 4) sorted by relevance
119 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
389 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder() method in CarrierServiceStateTracker390 return notificationType.getNotificationBuilder(); in getNotificationBuilder()418 Notification.Builder builder = getNotificationBuilder(notificationType); in sendNotification()506 Notification.Builder getNotificationBuilder(); in getNotificationBuilder() method591 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.PrefNetworkNotification685 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.EmergencyNetworkNotification
108 Notification notification = getNotificationBuilder(info.id) in addNewBubble()115 private Notification.Builder getNotificationBuilder(int id) { in getNotificationBuilder() method in BubbleHelper
149 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()