HomeSort by relevance Sort by last modified time
    Searched refs:APN_TYPE_MMS (Results 1 - 18 of 18) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 40 import static com.android.internal.telephony.PhoneConstants.APN_TYPE_MMS;
230 new String[]{PhoneConstants.APN_TYPE_DEFAULT, PhoneConstants.APN_TYPE_MMS});
237 new String[]{PhoneConstants.APN_TYPE_DEFAULT, PhoneConstants.APN_TYPE_MMS}).
241 new String[]{PhoneConstants.APN_TYPE_MMS}).
245 new String[]{PhoneConstants.APN_TYPE_MMS, PhoneConstants.APN_TYPE_SUPL}).
266 assertTrue(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_MMS,
287 assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_MMS,
295 new String[]{PhoneConstants.APN_TYPE_DEFAULT, PhoneConstants.APN_TYPE_MMS});
303 new String[]{PhoneConstants.APN_TYPE_DEFAULT, PhoneConstants.APN_TYPE_MMS}).
307 new String[]{PhoneConstants.APN_TYPE_MMS})
    [all...]
DcTrackerTest.java 580 new String[]{PhoneConstants.APN_TYPE_DEFAULT, PhoneConstants.APN_TYPE_MMS});
631 new String[]{PhoneConstants.APN_TYPE_DEFAULT, PhoneConstants.APN_TYPE_MMS});
686 new String[]{PhoneConstants.APN_TYPE_DEFAULT, PhoneConstants.APN_TYPE_MMS});
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 128 public static final String APN_TYPE_MMS = "mms";
148 APN_TYPE_MMS,
  /packages/apps/Messaging/src/android/support/v7/mms/
DefaultApnSettingsLoader.java 57 if (!isValidApnType(trimWithNullCheck(typesIn), APN_TYPE_MMS)) {
212 public static final String APN_TYPE_MMS = "mms";
  /packages/services/Mms/src/com/android/mms/service/
ApnSettings.java 121 cursor.getString(COLUMN_TYPE), PhoneConstants.APN_TYPE_MMS)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 644 case PhoneConstants.APN_TYPE_MMS:
672 return PhoneConstants.APN_TYPE_MMS;
DataConnection.java 716 if (!mApnSetting.types[0].equals(PhoneConstants.APN_TYPE_MMS)
719 "isDnsOk: return false apn.types[0]=%s APN_TYPE_MMS=%s isIpAddress(%s)=%s",
720 mApnSetting.types[0], PhoneConstants.APN_TYPE_MMS, mApnSetting.mmsProxy,
    [all...]
ApnSetting.java 519 case PhoneConstants.APN_TYPE_MMS: return ApnTypes.MMS;
DcTracker.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
BugleApnSettingsLoader.java 68 if (!isValidApnType(trimWithNullCheck(typesIn), APN_TYPE_MMS)) {
279 public static final String APN_TYPE_MMS = "mms";
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
ApnEditorActivity.java 376 values.put(Telephony.Carriers.TYPE, BugleApnSettingsLoader.APN_TYPE_MMS);
ApnSettingsActivity.java 247 BugleApnSettingsLoader.APN_TYPE_MMS)) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1281 milliseconds