Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DApnSettingTest.java125 .canHandleType(ApnSetting.TYPE_MMS)); in testCanHandleType()
128 .canHandleType(ApnSetting.TYPE_MMS)); in testCanHandleType()
140 assertTrue(createApnSetting(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testCanHandleType()
143 assertTrue(createApnSetting(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testCanHandleType()
144 .canHandleType(ApnSetting.TYPE_MMS)); in testCanHandleType()
146 assertFalse(createApnSetting(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testCanHandleType()
153 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS | ApnSetting.TYPE_IA) in testCanHandleType()
160 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS | ApnSetting.TYPE_EMERGENCY) in testCanHandleType()
168 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS | ApnSetting.TYPE_MCX) in testCanHandleType()
173 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS | ApnSetting.TYPE_XCAP) in testCanHandleType()
[all …]
DAccessNetworksManagerTest.java184 assertThat(mAccessNetworksManager.getPreferredTransport(ApnSetting.TYPE_MMS)) in testQualifiedNetworkTypesChanged()
188 mQnsCallback.onQualifiedNetworkTypesChanged(ApnSetting.TYPE_IMS | ApnSetting.TYPE_MMS, in testQualifiedNetworkTypesChanged()
194 assertThat(mAccessNetworksManager.getPreferredTransport(ApnSetting.TYPE_MMS)) in testQualifiedNetworkTypesChanged()
229 mQnsCallback.onQualifiedNetworkTypesChanged(ApnSetting.TYPE_IMS | ApnSetting.TYPE_MMS, in testEmptyNetworkTypes()
235 assertThat(mAccessNetworksManager.getPreferredTransport(ApnSetting.TYPE_MMS)) in testEmptyNetworkTypes()
245 mQnsCallback.onQualifiedNetworkTypesChanged(ApnSetting.TYPE_IMS | ApnSetting.TYPE_MMS, in testInvalidNetworkTypes()
252 assertThat(mAccessNetworksManager.getPreferredTransport(ApnSetting.TYPE_MMS)) in testInvalidNetworkTypes()
262 mQnsCallback.onQualifiedNetworkTypesChanged(ApnSetting.TYPE_IMS | ApnSetting.TYPE_MMS, in testEmptyList()
268 assertThat(mAccessNetworksManager.getPreferredTransport(ApnSetting.TYPE_MMS)) in testEmptyList()
277 mQnsCallback.onQualifiedNetworkTypesChanged(ApnSetting.TYPE_IMS | ApnSetting.TYPE_MMS, in testCallback()
[all …]
DDataProfileManagerTest.java1409 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS in testDedupeDataProfiles2()
1463 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS | ApnSetting.TYPE_SUPL in testDedupeDataProfiles2()
1485 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS in testDedupeDataProfiles3()
1525 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS | ApnSetting.TYPE_SUPL in testDedupeDataProfiles3()
1705 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS in testDataProfileCompatibility()
DDataServiceManagerTest.java70 | ApnSetting.TYPE_MMS)
DTelephonyNetworkRequestTest.java65 .setApnTypeBitmask(ApnSetting.TYPE_MMS)
DDataNetworkTest.java131 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL | ApnSetting.TYPE_MMS)
147 .setApnTypeBitmask(ApnSetting.TYPE_MMS)
2442 .setApnTypeBitmask(ApnSetting.TYPE_MMS) in testMmsCapabilityRemovedWhenMmsPreferredOnIwlan()
DDataNetworkControllerTest.java198 | ApnSetting.TYPE_MMS)
231 | ApnSetting.TYPE_MMS)
260 | ApnSetting.TYPE_MMS)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java672 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testDataConnectionStateChangedMultipleInternet()
691 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testDataConnectionStateChangedMultipleInternet()
709 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testDataConnectionStateChangedMultipleInternet()
727 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testDataConnectionStateChangedMultipleInternet()
746 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testDataConnectionStateChangedMultipleInternet()
784 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testDataConnectionStateChangedMultipleInternet()
822 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS) in testDataConnectionStateChangedMultipleInternet()
1186 int mask = ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS; in testGetApnTypesStringFromBitmask()
DCarrierSignalAgentTest.java89 FAKE_PCO_INTENT.putExtra(TelephonyManager.EXTRA_APN_TYPE, ApnSetting.TYPE_MMS); in FAKE_PCO_INTENT.putExtra() argument
95 FAKE_REDIRECTED_INTENT.putExtra(TelephonyManager.EXTRA_APN_TYPE, ApnSetting.TYPE_MMS); in FAKE_REDIRECTED_INTENT.putExtra() argument
99 FAKE_NETWORK_FAILED_INTENT.putExtra(TelephonyManager.EXTRA_APN_TYPE, ApnSetting.TYPE_MMS); in FAKE_NETWORK_FAILED_INTENT.putExtra() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataUtils.java275 case NetworkCapabilities.NET_CAPABILITY_MMS -> ApnSetting.TYPE_MMS;
303 case ApnSetting.TYPE_MMS -> NetworkCapabilities.NET_CAPABILITY_MMS;
DDataSettingsManager.java772 overridden = apnType == ApnSetting.TYPE_MMS; in isDataEnabledOverriddenForApn()
877 pw.println("isDataEnabled(mms)=" + isDataEnabled(ApnSetting.TYPE_MMS)); in dump()
DAccessNetworksManager.java98 ApnSetting.TYPE_MMS,
DDataProfileManager.java960 if (setting.canHandleType(ApnSetting.TYPE_MMS) in checkApnSetting()
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java98 public static final int TYPE_MMS = ApnTypes.MMS; field in ApnSetting
135 TYPE_MMS,
477 APN_TYPE_STRING_MAP.put(TYPE_MMS_STRING, TYPE_MMS); in APN_TYPE_STRING_MAP.put() argument
495 APN_TYPE_INT_MAP.put(TYPE_MMS, TYPE_MMS_STRING); in APN_TYPE_INT_MAP.put() argument
2384 if ((mApnTypeBitmask & (TYPE_DEFAULT | TYPE_MMS | TYPE_SUPL | TYPE_DUN | TYPE_HIPRI in build()
2390 if ((mApnTypeBitmask & TYPE_MMS) != 0 && !TextUtils.isEmpty(mMmsProxyAddress) in build()
DDataProfile.java407 return ApnSetting.TYPE_MMS; in networkCapabilityToApnType()
/frameworks/base/telephony/java/android/telephony/
DAnnotation.java120 ApnSetting.TYPE_MMS,
/frameworks/base/core/java/android/provider/
DContactsContract.java6351 public static final int TYPE_MMS = 20; field in ContactsContract.CommonDataKinds.Phone
6414 case TYPE_MMS: return com.android.internal.R.string.phoneTypeMms; in getTypeLabelResource()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardExporterTests.java496 .put(Phone.TYPE, Phone.TYPE_MMS); in testPhoneVariousTypeSupport()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java1669 case Phone.TYPE_MMS: { in appendTelLine()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt36338 field public static final int TYPE_MMS = 20; // 0x14
46556 field public static final int TYPE_MMS = 2; // 0x2
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24125 field public static final int TYPE_MMS = 20; // 0x14