HomeSort by relevance Sort by last modified time
    Searched refs:APN_TYPE_ALL (Results 1 - 6 of 6) 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/Mms/src/com/android/mms/transaction/
TransactionSettings.java 164 // If APN type is unspecified, assume APN_TYPE_ALL.
170 if (t.equals(requestType) || t.equals(PhoneConstants.APN_TYPE_ALL)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 312 t.equalsIgnoreCase(PhoneConstants.APN_TYPE_ALL) ||
DcTracker.java     [all...]
DataConnection.java     [all...]
  /packages/services/Mms/src/com/android/mms/service/
ApnSettings.java 210 // If APN type is unspecified, assume APN_TYPE_ALL.
216 if (type.equals(requestType) || type.equals(PhoneConstants.APN_TYPE_ALL)) {

Completed in 133 milliseconds