Searched defs:notificationType (Results 1 – 3 of 3) sorted by relevance
183 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local288 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local294 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged() local301 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local308 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()
38 public final int notificationType; field in ImsSuppServiceNotification51 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification()
28 public int notificationType; field in SuppServiceNotification