Searched refs:toApnType (Results 1 – 3 of 3) sorted by relevance
23 import com.android.settings.network.apn.ApnTypes.toApnType60 val apnType = options.toApnType() in toApnType_hasSelected()71 val apnType = options.toApnType() in toApnType_hasNotSelected()
28 import com.android.settings.network.apn.ApnTypes.toApnType54 onTypeChanged(apnTypeOptions.toApnType()) in ApnTypeCheckBox()
106 fun List<SettingsDropdownCheckOption>.toApnType(): String { in toApnType() method