Searched refs:readOnlyApnTypes (Results 1 – 6 of 6) sorted by relevance
127 ?: defaultPreSelectedApnTypes(customizedConfig.readOnlyApnTypes)) in getPreSelectedApnType()130 private fun defaultPreSelectedApnTypes(readOnlyApnTypes: List<String>) = in getPreSelectedApnType()131 if (ApnSetting.TYPE_ALL_STRING in readOnlyApnTypes) emptyList() in getPreSelectedApnType()132 else PreSelectedTypes.filterNot { it in readOnlyApnTypes } in getPreSelectedApnType()
92 val readOnlyApnTypes: List<String> = emptyList(), constant in com.android.settings.network.apn.CustomizedConfig212 readOnlyApnTypes = b.getStringArray( in getCarrierCustomizedConfig()229 if (customizedConfig.readOnlyApnTypes.isNotEmpty()) { in getCarrierCustomizedConfig()230 log("read only APN type: " + customizedConfig.readOnlyApnTypes) in getCarrierCustomizedConfig()252 ApnTypes.isApnTypeReadOnly(apnType, customizedConfig.readOnlyApnTypes) in isReadOnly()
39 ApnTypes.getOptions(context, apnData.apnType, apnData.customizedConfig.readOnlyApnTypes) in ApnTypeCheckBox()
138 final String[] readOnlyApnTypes = b.getStringArray( in onCreate() local141 if (ApnEditor.hasAllApns(readOnlyApnTypes)) { in onCreate()
1300 final List<String> readOnlyApnTypes = Arrays.asList(mReadOnlyApnTypes); in getEditableApnType() local1304 if (!readOnlyApnTypes.contains(apnType) in getEditableApnType()
86 readOnlyApnTypes = listOf(ApnSetting.TYPE_DUN_STRING), in getPreSelectedApnType_readOnlyApnTypes()