Home
last modified time | relevance | path

Searched refs:mDefaultApnTypes (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/apn/
DApnEditor.java146 String[] mDefaultApnTypes; field in ApnEditor
804 && !ArrayUtils.isEmpty(mDefaultApnTypes)) in onPreferenceChange()
805 ? getEditableApnType(mDefaultApnTypes) : (String) newValue; in onPreferenceChange()
1367 mDefaultApnTypes = b.getStringArray( in getCarrierCustomizedConfig()
1370 if (!ArrayUtils.isEmpty(mDefaultApnTypes)) { in getCarrierCustomizedConfig()
1371 Log.d(TAG, "onCreate: default apn types: " + Arrays.toString(mDefaultApnTypes)); in getCarrierCustomizedConfig()
1396 if (TextUtils.isEmpty(mApnType.getText()) && !ArrayUtils.isEmpty(mDefaultApnTypes)) { in setCarrierCustomizedConfigToUi()
1397 String value = getEditableApnType(mDefaultApnTypes); in setCarrierCustomizedConfigToUi()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/apn/
DApnEditorTest.java560 mApnEditorUT.mDefaultApnTypes = new String [] {"default", "dun"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()
573 mApnEditorUT.mDefaultApnTypes = new String [] {"default"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()