Searched refs:getNotificationBuilder (Results 1 – 2 of 2) sorted by relevance
253 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder() method in CarrierServiceStateTracker254 return notificationType.getNotificationBuilder(); in getNotificationBuilder()290 Notification.Builder builder = getNotificationBuilder(notificationType); in sendNotification()345 Notification.Builder getNotificationBuilder(); in getNotificationBuilder() method399 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.PrefNetworkNotification469 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.EmergencyNetworkNotification
154 doReturn(mNotificationBuilder).when(mSpyCarrierSST).getNotificationBuilder(any()); in testSendBothNotifications()184 doReturn(mNotificationBuilder).when(spyPrefNetworkNotification).getNotificationBuilder(); in testSendPrefNetworkNotification()