Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsConfig.java60 sKeyTypeMap.put(CarrierConfigValuesLoader.CONFIG_ENABLED_NOTIFY_WAP_MMSC, KEY_TYPE_BOOL); in sKeyTypeMap.put() argument
250 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_ENABLED_NOTIFY_WAP_MMSC, in getNotifyWapMMSC()
/packages/apps/Messaging/src/android/support/v7/mms/
DCarrierConfigValuesLoader.java48 public static final String CONFIG_ENABLED_NOTIFY_WAP_MMSC = "enabledNotifyWapMMSC"; field