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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 114 * APN_TYPE_ALL is a special type to indicate that this APN entry can
117 public static final String APN_TYPE_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/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 320 t.equalsIgnoreCase(PhoneConstants.APN_TYPE_ALL) ||
DcTracker.java     [all...]
DataConnection.java     [all...]

Completed in 300 milliseconds