Searched refs:getNotificationBuilder (Results 1 – 3 of 3) sorted by relevance
111 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithCategory()170 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithPerson()179 Notification.Builder builder = getNotificationBuilder(GROUP_ID_1, CHANNEL_ID) in testLogMakerWithStyle()194 Notification.Builder nb = getNotificationBuilder(null, CHANNEL_ID) in testIsAppGroup()203 return getNotification(pkg, getNotificationBuilder(group, channelId)); in getNotification()206 private Notification.Builder getNotificationBuilder(String group, String channelId) { in getNotificationBuilder() method in StatusBarNotificationTest
310 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder() method in CarrierServiceStateTracker311 return notificationType.getNotificationBuilder(); in getNotificationBuilder()347 Notification.Builder builder = getNotificationBuilder(notificationType); in sendNotification()413 Notification.Builder getNotificationBuilder(); in getNotificationBuilder() method475 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.PrefNetworkNotification553 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.EmergencyNetworkNotification
119 doReturn(mNotificationBuilder).when(mSpyCarrierSST).getNotificationBuilder(any()); in testSendBothNotifications()151 doReturn(mNotificationBuilder).when(spyPrefNetworkNotification).getNotificationBuilder(); in testSendPrefNetworkNotification()191 .getNotificationBuilder(); in testSendEmergencyNetworkNotification()