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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 36 import static com.android.internal.telephony.PhoneConstants.APN_TYPE_ALL;
253 new String[]{PhoneConstants.APN_TYPE_ALL}).
319 new String[]{PhoneConstants.APN_TYPE_ALL}).
369 new String[]{PhoneConstants.APN_TYPE_ALL}).
409 new String[]{PhoneConstants.APN_TYPE_ALL}).
458 new String[]{PhoneConstants.APN_TYPE_ALL}).
482 new String[]{PhoneConstants.APN_TYPE_ALL}).
490 new String[]{PhoneConstants.APN_TYPE_ALL});
493 new String[]{PhoneConstants.APN_TYPE_ALL}).
514 new String[]{PhoneConstants.APN_TYPE_ALL});
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 121 * APN_TYPE_ALL is a special type to indicate that this APN entry can
124 public static final String APN_TYPE_ALL = "*";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 352 (wildcardable && t.equalsIgnoreCase(PhoneConstants.APN_TYPE_ALL)) ||
441 if (meteredApnSet.contains(PhoneConstants.APN_TYPE_ALL)) {
449 } else if (type.equals(PhoneConstants.APN_TYPE_ALL)) {
453 if (DBG) Rlog.d(LOG_TAG, "APN_TYPE_ALL APN is metered. isRoaming: " +
528 case PhoneConstants.APN_TYPE_ALL: return ApnTypes.ALL;
DcTracker.java     [all...]
DataConnection.java     [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/
DefaultApnSettingsLoader.java 207 * APN_TYPE_ALL is a special type to indicate that this APN entry can
210 public static final String APN_TYPE_ALL = "*";
486 // If APN type is unspecified, assume APN_TYPE_ALL.
491 if (t.equals(requestType) || t.equals(APN_TYPE_ALL)) {
  /packages/services/Mms/src/com/android/mms/service/
ApnSettings.java 205 // If APN type is unspecified, assume APN_TYPE_ALL.
211 if (type.equals(requestType) || type.equals(PhoneConstants.APN_TYPE_ALL)) {
  /packages/apps/Messaging/src/com/android/messaging/sms/
BugleApnSettingsLoader.java 274 * APN_TYPE_ALL is a special type to indicate that this APN entry can
277 public static final String APN_TYPE_ALL = "*";
614 // If APN type is unspecified, assume APN_TYPE_ALL.
619 if (t.equals(requestType) || t.equals(APN_TYPE_ALL)) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 231 PhoneConstants.APN_TYPE_ALL));
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 304 if (apnList.contains(PhoneConstants.APN_TYPE_ALL)) {
305 Log.d(TAG, "hasAllApns: true because apnList.contains(PhoneConstants.APN_TYPE_ALL)");
    [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 285 milliseconds