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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 213 private String mApnType;
222 mApnType = apnType;
351 if (apnType.equals(mApnType)) {
658 return "mApnType=" + mApnType + " mRetryCount=" + mRetryCount +
670 pw.println(" mApnType = " + mApnType);
689 Rlog.d(LOG_TAG, "[" + mApnType + "] " + s);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 57 private final String mApnType;
114 mApnType = apnType;
130 return mApnType;
421 mDcTracker.setEnabled(apnIdForApnName(mApnType), true);
441 mDcTracker.setEnabled(apnIdForApnName(mApnType), false);
698 return "{mApnType=" + mApnType + " mState=" + getState() + " mWaitingApns={" +
705 Rlog.d(LOG_TAG, "[ApnContext:" + mApnType + "] " + s);
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 96 private EditTextPreference mApnType;
195 mApnType = (EditTextPreference) findPreference("apn_type");
380 return mApnType;
430 mApnType.setEnabled(false);
486 mApnType.setText(mCursor.getString(TYPE_INDEX));
558 mApnType.setSummary(checkNull(mApnType.getText()));
    [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 64 milliseconds