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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 130 public static final String APN_TYPE_SUPL = "supl";
149 APN_TYPE_SUPL,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 41 import static com.android.internal.telephony.PhoneConstants.APN_TYPE_SUPL;
245 new String[]{PhoneConstants.APN_TYPE_MMS, PhoneConstants.APN_TYPE_SUPL}).
257 new String[]{PhoneConstants.APN_TYPE_FOTA, PhoneConstants.APN_TYPE_SUPL}).
268 assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_SUPL,
311 new String[]{PhoneConstants.APN_TYPE_MMS, PhoneConstants.APN_TYPE_SUPL}).
323 new String[]{PhoneConstants.APN_TYPE_FOTA, PhoneConstants.APN_TYPE_SUPL}).
346 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_CBS});
349 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_CBS}).
353 new String[]{PhoneConstants.APN_TYPE_SUPL}).
365 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_IA})
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 646 case PhoneConstants.APN_TYPE_SUPL:
674 return PhoneConstants.APN_TYPE_SUPL;
ApnSetting.java 520 case PhoneConstants.APN_TYPE_SUPL: return ApnTypes.SUPL;
DataConnection.java     [all...]
DcTracker.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 227 milliseconds