Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java253 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder() method in CarrierServiceStateTracker
254 return notificationType.getNotificationBuilder(); in getNotificationBuilder()
290 Notification.Builder builder = getNotificationBuilder(notificationType); in sendNotification()
345 Notification.Builder getNotificationBuilder(); in getNotificationBuilder() method
399 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.PrefNetworkNotification
469 public Notification.Builder getNotificationBuilder() { in getNotificationBuilder() method in CarrierServiceStateTracker.EmergencyNetworkNotification
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java154 doReturn(mNotificationBuilder).when(mSpyCarrierSST).getNotificationBuilder(any()); in testSendBothNotifications()
184 doReturn(mNotificationBuilder).when(spyPrefNetworkNotification).getNotificationBuilder(); in testSendPrefNetworkNotification()