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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 218 * @param apnType APN type
220 public RetryManager(Phone phone, String apnType) {
222 mApnType = apnType;
349 String apnType = splitStr[0].trim();
351 if (apnType.equals(mApnType)) {
356 } else if (apnType.equals(OTHERS_APN_TYPE)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 466 String apnType = intent.getStringExtra(INTENT_RECONNECT_ALARM_EXTRA_TYPE);
480 ApnContext apnContext = mApnContexts.get(apnType);
484 " apnType=" + apnType + " apnContext=" + apnContext +
598 /** Convert an ApnType string to Id (TODO: Use "enumeration" instead of String for ApnType) */
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 229 milliseconds