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