/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | ApnSettingTest.java | 125 .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 …]
|
D | AccessNetworksManagerTest.java | 184 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 …]
|
D | DataProfileManagerTest.java | 1409 .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()
|
D | DataServiceManagerTest.java | 70 | ApnSetting.TYPE_MMS)
|
D | TelephonyNetworkRequestTest.java | 65 .setApnTypeBitmask(ApnSetting.TYPE_MMS)
|
D | DataNetworkTest.java | 131 .setApnTypeBitmask(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL | ApnSetting.TYPE_MMS) 147 .setApnTypeBitmask(ApnSetting.TYPE_MMS) 2442 .setApnTypeBitmask(ApnSetting.TYPE_MMS) in testMmsCapabilityRemovedWhenMmsPreferredOnIwlan()
|
D | DataNetworkControllerTest.java | 198 | ApnSetting.TYPE_MMS) 231 | ApnSetting.TYPE_MMS) 260 | ApnSetting.TYPE_MMS)
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyRegistryTest.java | 672 .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()
|
D | CarrierSignalAgentTest.java | 89 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/ |
D | DataUtils.java | 275 case NetworkCapabilities.NET_CAPABILITY_MMS -> ApnSetting.TYPE_MMS; 303 case ApnSetting.TYPE_MMS -> NetworkCapabilities.NET_CAPABILITY_MMS;
|
D | DataSettingsManager.java | 772 overridden = apnType == ApnSetting.TYPE_MMS; in isDataEnabledOverriddenForApn() 877 pw.println("isDataEnabled(mms)=" + isDataEnabled(ApnSetting.TYPE_MMS)); in dump()
|
D | AccessNetworksManager.java | 98 ApnSetting.TYPE_MMS,
|
D | DataProfileManager.java | 960 if (setting.canHandleType(ApnSetting.TYPE_MMS) in checkApnSetting()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 98 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()
|
D | DataProfile.java | 407 return ApnSetting.TYPE_MMS; in networkCapabilityToApnType()
|
/frameworks/base/telephony/java/android/telephony/ |
D | Annotation.java | 120 ApnSetting.TYPE_MMS,
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 6351 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/ |
D | VCardExporterTests.java | 496 .put(Phone.TYPE, Phone.TYPE_MMS); in testPhoneVariousTypeSupport()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 1669 case Phone.TYPE_MMS: { in appendTelLine()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 36338 field public static final int TYPE_MMS = 20; // 0x14 46556 field public static final int TYPE_MMS = 2; // 0x2
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24125 field public static final int TYPE_MMS = 20; // 0x14
|