Searched refs:mDefaultApnTypes (Results 1 – 2 of 2) sorted by relevance
146 String[] mDefaultApnTypes; field in ApnEditor804 && !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()
560 mApnEditorUT.mDefaultApnTypes = new String [] {"default", "dun"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()573 mApnEditorUT.mDefaultApnTypes = new String [] {"default"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()