Searched refs:NotificationType (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 71 private final Map<Integer, NotificationType> mNotificationTypeMap = new HashMap<>(); 138 for (Map.Entry<Integer, NotificationType> entry : in CarrierServiceStateTracker() 140 NotificationType notificationType = entry.getValue(); in CarrierServiceStateTracker() 209 public Map<Integer, NotificationType> getNotificationTypeMap() { in getNotificationTypeMap() 235 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() 337 for (Map.Entry<Integer, NotificationType> entry : mNotificationTypeMap.entrySet()) { in handleConfigChanges() 338 NotificationType notificationType = entry.getValue(); in handleConfigChanges() 344 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged() 351 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() 358 private void evaluateSendingMessageOrCancelNotification(NotificationType notificationType) { in evaluateSendingMessageOrCancelNotification() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierServiceStateTrackerTest.java | 169 Map<Integer, CarrierServiceStateTracker.NotificationType> notificationTypeMap = in testSendPrefNetworkNotification() 171 CarrierServiceStateTracker.NotificationType prefNetworkNotification = in testSendPrefNetworkNotification() 173 CarrierServiceStateTracker.NotificationType spyPrefNetworkNotification = spy( in testSendPrefNetworkNotification() 219 Map<Integer, CarrierServiceStateTracker.NotificationType> notificationTypeMap = in testSendEmergencyNetworkNotification() 221 CarrierServiceStateTracker.NotificationType emergencyNetworkNotification = in testSendEmergencyNetworkNotification() 223 CarrierServiceStateTracker.NotificationType spyEmergencyNetworkNotification = spy( in testSendEmergencyNetworkNotification() 261 Map<Integer, CarrierServiceStateTracker.NotificationType> notificationTypeMap = in testSetEnabledNotifications() 263 CarrierServiceStateTracker.NotificationType prefNetworkNotification = in testSetEnabledNotifications() 265 CarrierServiceStateTracker.NotificationType emergencyNetworkNotification = in testSetEnabledNotifications()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | SingleLineViewInflaterTest.kt | 275 sealed class NotificationType(val largeIcon: Icon? = null) in <lambda>() class in com.android.systemui.statusbar.notification.row.SingleLineViewInflaterTest 277 class NonMessaging(largeIcon: Icon? = null) : NotificationType(largeIcon) in <lambda>() 279 class LegacyMessaging(largeIcon: Icon? = null) : NotificationType(largeIcon) in <lambda>() 281 class LegacyMessagingGroup(largeIcon: Icon? = null) : NotificationType(largeIcon) in <lambda>() 284 NotificationType(largeIcon) in <lambda>() 286 class GroupConversation(largeIcon: Icon? = null) : NotificationType(largeIcon) in <lambda>() 288 private fun getNotification(type: NotificationType): Notification { in <lambda>() 350 private fun Notification.makeSingleLineViewModel(type: NotificationType): SingleLineViewModel { in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppRestrictionController.java | 553 @NotificationHelper.NotificationType int notificationType) { in getLastNotificationTime() 561 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime() 568 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime() 581 int getNotificationId(@NotificationHelper.NotificationType int notificationType) { in getNotificationId() 589 void setNotificationId(@NotificationHelper.NotificationType int notificationType, in setNotificationId() 915 @NotificationHelper.NotificationType int type = in loadOneFromXml() 2465 static @interface NotificationType{} 2477 static @NotificationType int notificationTimeAttrToType(@NonNull String attr) { 2487 static @NonNull String notificationTypeToTimeAttr(@NotificationType int type) { 2494 static String notificationTypeToString(@NotificationType int notificationType) { [all …]
|
/frameworks/base/boot/ |
D | preloaded-classes | 11631 com.android.internal.telephony.CarrierServiceStateTracker$NotificationType
|
D | boot-image-profile.txt | 34067 Lcom/android/internal/telephony/CarrierServiceStateTracker$NotificationType;
|
/frameworks/base/config/ |
D | preloaded-classes | 11662 com.android.internal.telephony.CarrierServiceStateTracker$NotificationType
|
D | boot-image-profile.txt | 44228 Lcom/android/internal/telephony/CarrierServiceStateTracker$NotificationType;
|