OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mApnType
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java
214
private String
mApnType
;
223
mApnType
= apnType;
589
configureRetry(
mApnType
.equals(PhoneConstants.APN_TYPE_DEFAULT));
632
return "
mApnType
=" +
mApnType
+ " mRetryCount=" + mRetryCount +
644
pw.println("
mApnType
= " +
mApnType
);
663
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
87
private EditTextPreference
mApnType
;
181
mApnType
= (EditTextPreference) findPreference("apn_type");
296
mApnType
.setText(mCursor.getString(TYPE_INDEX));
368
mApnType
.setSummary(checkNull(
mApnType
.getText()));
651
values.put(Telephony.Carriers.TYPE, checkNotSet(
mApnType
.getText()));
/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
Completed in 50 milliseconds