Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java120 CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK); in testCancelBothNotifications()
138 eq(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK), isA(Notification.class)); in testSendBothNotifications()
154 notificationTypeMap.get(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK); in testSendPrefNetworkNotification()
157 notificationTypeMap.put(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK, in testSendPrefNetworkNotification()
172 eq(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK), isA(Notification.class)); in testSendPrefNetworkNotification()
180 CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK); in testSendPrefNetworkNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java64 public static final int NOTIFICATION_PREF_NETWORK = 1000; field in CarrierServiceStateTracker
129 mNotificationTypeMap.put(NOTIFICATION_PREF_NETWORK, in registerNotificationTypes()
130 new PrefNetworkNotification(NOTIFICATION_PREF_NETWORK)); in registerNotificationTypes()
148 case NOTIFICATION_PREF_NETWORK: in handleMessage()
221 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged()