Home
last modified time | relevance | path

Searched refs:TYPE_MMS (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
DMmsMessagePreferenceControllerTest.java92 when(mTelephonyManager.isApnMetered(ApnSetting.TYPE_MMS)).thenReturn(false); in getAvailabilityStatus_meteredOff_returnUnavailable()
101 when(mTelephonyManager.isApnMetered(ApnSetting.TYPE_MMS)).thenReturn(true); in getAvailabilityStatus_mobileDataOffWithValidSubId_returnAvailable()
108 when(mTelephonyManager.isDataEnabledForApn(ApnSetting.TYPE_MMS)).thenReturn(false); in isChecked_returnDataFromTelephonyManager()
111 when(mTelephonyManager.isDataEnabledForApn(ApnSetting.TYPE_MMS)).thenReturn(true); in isChecked_returnDataFromTelephonyManager()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java256 public static final int TYPE_MMS = 1; field in BluetoothMapContent.FilterInfo
476 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setThreadId()
511 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setSent()
534 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setRead()
571 if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setPriority()
596 if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setAttachment()
652 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setText()
708 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setSize()
753 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in getType()
785 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setFolderType()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DSimSelectNotificationTest.java27 import static android.telephony.data.ApnSetting.TYPE_MMS;
119 when(mTelephonyManager.isDataEnabledForApn(TYPE_MMS)).thenReturn(false); in setUp()
179 when(mTelephonyManager.isDataEnabledForApn(TYPE_MMS)).thenReturn(true); in onReceiveEnableMms_MmsDataAlreadyEnabled_notificationShouldNotSend()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMmsMessagePreferenceController.java60 && telephonyManager.isApnMetered(ApnSetting.TYPE_MMS)) in getAvailabilityStatus()
104 return mTelephonyManager.isDataEnabledForApn(ApnSetting.TYPE_MMS); in isChecked()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactDisplayUtils.java135 case Phone.TYPE_MMS: in getPhoneLabelResourceId()
191 case Phone.TYPE_MMS: in getSmsLabelResourceId()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactDisplayUtils.java96 case Phone.TYPE_MMS: in getPhoneLabelResourceId()
151 case Phone.TYPE_MMS: in getSmsLabelResourceId()
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java32 import static android.telephony.data.ApnSetting.TYPE_MMS;
132 if (tm.isDataEnabledForApn(TYPE_MMS)) { in onEnableMmsDataRequest()
/packages/services/Mms/src/com/android/mms/service/
DMmsService.java196 if (!getTelephonyManager(subId).isDataEnabledForApn(ApnSetting.TYPE_MMS)) {
229 if (!getTelephonyManager(subId).isDataEnabledForApn(ApnSetting.TYPE_MMS)) {
/packages/apps/Contacts/src/com/android/contacts/model/account/
DExchangeAccountType.java160 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1)); in addDataKindPhone()
DBaseAccountType.java279 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true)); in addDataKindPhone()
1066 if ("mms".equals(type)) return build(Phone.TYPE_MMS, true); in buildEditTypeForTypeTag()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DExchangeAccountType.java208 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1)); in addDataKindPhone()
DBaseAccountType.java338 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true)); in addDataKindPhone()
1304 return build(Phone.TYPE_MMS, true); in buildEditTypeForTypeTag()