Home
last modified time | relevance | path

Searched defs:notificationType (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java183 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
288 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
294 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged() local
301 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local
308 private void evaluateSendingMessageOrCancelNotification(NotificationType notificationType) { in evaluateSendingMessageOrCancelNotification()
323 public boolean evaluateSendingMessage(NotificationType notificationType) { in evaluateSendingMessage()
331 public int getDelay(NotificationType notificationType) { in getDelay()
339 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder()
370 public void sendNotification(NotificationType notificationType) { in sendNotification()
390 public void cancelNotification(NotificationType notificationType) { in cancelNotification()
/frameworks/base/telephony/java/android/telephony/ims/
DImsSuppServiceNotification.java38 public final int notificationType; field in ImsSuppServiceNotification
51 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSuppServiceNotification.java28 public int notificationType; field in SuppServiceNotification