Searched refs:NOTIFICATION_PREF_NETWORK (Results 1 – 2 of 2) sorted by relevance
120 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()
64 public static final int NOTIFICATION_PREF_NETWORK = 1000; field in CarrierServiceStateTracker129 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()