Home
last modified time | relevance | path

Searched refs:NOTIFICATION_PREF_NETWORK (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java68 public static final int NOTIFICATION_PREF_NETWORK = 1000; field in CarrierServiceStateTracker
162 mNotificationTypeMap.put(NOTIFICATION_PREF_NETWORK, in registerNotificationTypes()
163 new PrefNetworkNotification(NOTIFICATION_PREF_NETWORK)); in registerNotificationTypes()
181 case NOTIFICATION_PREF_NETWORK: in handleMessage()
294 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierServiceStateTrackerTest.java146 notificationTypeMap.get(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK); in testSendPrefNetworkNotification()
149 notificationTypeMap.put(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK, in testSendPrefNetworkNotification()