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

  /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)) {
  /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 = "*";
  /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)) {
  /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/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 235 milliseconds