Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java63 public static final int NOTIFICATION_PREF_NETWORK = 1000; field in CarrierServiceStateTracker
134 mNotificationTypeMap.put(NOTIFICATION_PREF_NETWORK, in registerNotificationTypes()
135 new PrefNetworkNotification(NOTIFICATION_PREF_NETWORK)); in registerNotificationTypes()
153 case NOTIFICATION_PREF_NETWORK: in handleMessage()
219 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java142 notificationTypeMap.get(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK); in testSendPrefNetworkNotification()
145 notificationTypeMap.put(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK, in testSendPrefNetworkNotification()