Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java125 NotificationType notificationType = entry.getValue(); in CarrierServiceStateTracker() local
208 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
311 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
317 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged() local
324 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local
331 private void evaluateSendingMessageOrCancelNotification(NotificationType notificationType) { in evaluateSendingMessageOrCancelNotification()
346 public boolean evaluateSendingMessage(NotificationType notificationType) { in evaluateSendingMessage()
354 public int getDelay(NotificationType notificationType) { in getDelay()
362 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder()
378 public void sendNotification(NotificationType notificationType) { in sendNotification()
[all …]
/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.java30 public int notificationType; field in SuppServiceNotification
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java538 @CurrentTimeMillisLong long getLastNotificationTime( in getLastNotificationTime()
547 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()
554 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()
567 int getNotificationId(@NotificationHelper.NotificationType int notificationType) { in getNotificationId()
575 void setNotificationId(@NotificationHelper.NotificationType int notificationType, in setNotificationId()
2381 static String notificationTypeToString(@NotificationType int notificationType) { in notificationTypeToString()
2536 long getNotificationMinInterval(@NotificationType int notificationType) { in getNotificationMinInterval()
2547 int getNotificationIdIfNecessary(@NotificationType int notificationType, in getNotificationIdIfNecessary()
2585 void postNotificationIfNecessary(@NotificationType int notificationType, int titleRes, in postNotificationIfNecessary()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTestableNotificationManagerService.java147 boolean isVisibleToListener(StatusBarNotification sbn, int notificationType, in isVisibleToListener()