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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 142 public static final String APN_TYPE_IA = "ia";
155 APN_TYPE_IA,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 39 import static com.android.internal.telephony.PhoneConstants.APN_TYPE_IA;
261 new String[]{PhoneConstants.APN_TYPE_IA, PhoneConstants.APN_TYPE_CBS}).
276 assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_IA,
327 new String[]{PhoneConstants.APN_TYPE_IA, PhoneConstants.APN_TYPE_CBS}).
365 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_IA}).
405 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_IA}).
432 assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_IA,
505 new String[]{PhoneConstants.APN_TYPE_IA, PhoneConstants.APN_TYPE_DUN}).
530 new String[]{PhoneConstants.APN_TYPE_IA, PhoneConstants.APN_TYPE_DUN}).
570 canHandleType(APN_TYPE_IA));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 658 case PhoneConstants.APN_TYPE_IA:
686 return PhoneConstants.APN_TYPE_IA;
ApnSetting.java 348 if (PhoneConstants.APN_TYPE_IA.equalsIgnoreCase(type)) wildcardable = false;
526 case PhoneConstants.APN_TYPE_IA: return ApnTypes.IA;
DcTracker.java     [all...]
DataConnection.java     [all...]
  /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 736 milliseconds