Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflaterTest.kt94 val notificationType = NonMessaging() in <lambda>() constant
108 val notificationType = OneToOneConversation() in <lambda>() constant
135 val notificationType = LegacyMessaging() in <lambda>() constant
156 val notificationType = LegacyMessagingGroup() in <lambda>() constant
179 val notificationType = OneToOneConversation(shortcutIcon = shortcutIcon) in <lambda>() constant
208 val notificationType = GroupConversation(largeIcon = largeIcon) in <lambda>() constant
238 val notificationType = GroupConversation() in <lambda>() constant
278 val notificationType = OneToOneConversation() in <lambda>() constant
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java142 NotificationType notificationType = entry.getValue(); in CarrierServiceStateTracker() local
238 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
341 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
347 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged() local
354 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local
361 private void evaluateSendingMessageOrCancelNotification(NotificationType notificationType) { in evaluateSendingMessageOrCancelNotification()
376 public boolean evaluateSendingMessage(NotificationType notificationType) { in evaluateSendingMessage()
384 public int getDelay(NotificationType notificationType) { in getDelay()
392 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder()
408 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.java555 @CurrentTimeMillisLong long getLastNotificationTime( in getLastNotificationTime()
564 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()
571 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()
584 int getNotificationId(@NotificationHelper.NotificationType int notificationType) { in getNotificationId()
592 void setNotificationId(@NotificationHelper.NotificationType int notificationType, in setNotificationId()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerShellCommand.java286 final String notificationType = getNextArg(); in showNotification() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTestableNotificationManagerService.java177 boolean isVisibleToListener(StatusBarNotification sbn, int notificationType, in isVisibleToListener()