Searched refs:mDefaultApnTypes (Results 1 – 2 of 2) sorted by relevance
144 String[] mDefaultApnTypes; field in ApnEditor761 && !ArrayUtils.isEmpty(mDefaultApnTypes)) in onPreferenceChange()762 ? getEditableApnType(mDefaultApnTypes) : (String) newValue; in onPreferenceChange()1317 mDefaultApnTypes = b.getStringArray( in getCarrierCustomizedConfig()1320 if (!ArrayUtils.isEmpty(mDefaultApnTypes)) { in getCarrierCustomizedConfig()1321 Log.d(TAG, "onCreate: default apn types: " + Arrays.toString(mDefaultApnTypes)); in getCarrierCustomizedConfig()1341 if (TextUtils.isEmpty(mApnType.getText()) && !ArrayUtils.isEmpty(mDefaultApnTypes)) { in setCarrierCustomizedConfigToUi()1342 String value = getEditableApnType(mDefaultApnTypes); in setCarrierCustomizedConfigToUi()
495 mApnEditorUT.mDefaultApnTypes = new String [] {"default", "dun"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()508 mApnEditorUT.mDefaultApnTypes = new String [] {"default"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()