Searched defs:NOTIFICATION_PREF_NETWORK (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java62 public static final int NOTIFICATION_PREF_NETWORK = 1000; field in class:CarrierServiceStateTracker
127 mNotificationTypeMap.put(NOTIFICATION_PREF_NETWORK,
128 new PrefNetworkNotification(NOTIFICATION_PREF_NETWORK));
143 case NOTIFICATION_PREF_NETWORK:
216 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK);

Completed in 67 milliseconds