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.java141 CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK); in testCancelBothNotifications()
159 eq(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK), isA(Notification.class)); in testSendBothNotifications()
175 notificationTypeMap.get(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK); in testSendPrefNetworkNotification()
178 notificationTypeMap.put(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK, in testSendPrefNetworkNotification()
193 eq(CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK), isA(Notification.class)); in testSendPrefNetworkNotification()
201 CarrierServiceStateTracker.NOTIFICATION_PREF_NETWORK); in testSendPrefNetworkNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java62 public static final int NOTIFICATION_PREF_NETWORK = 1000; field in CarrierServiceStateTracker
127 mNotificationTypeMap.put(NOTIFICATION_PREF_NETWORK, in registerNotificationTypes()
128 new PrefNetworkNotification(NOTIFICATION_PREF_NETWORK)); in registerNotificationTypes()
143 case NOTIFICATION_PREF_NETWORK: in handleMessage()
216 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged()