Home
last modified time | relevance | path

Searched refs:CustomizedConfig (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/apn/
DApnStatus.kt55 val customizedConfig: CustomizedConfig = CustomizedConfig()
89 data class CustomizedConfig( dataClass
197 ): CustomizedConfig { in getCarrierCustomizedConfig()
211 val customizedConfig = CustomizedConfig( in getCarrierCustomizedConfig()
DApnTypes.kt125 fun getPreSelectedApnType(customizedConfig: CustomizedConfig): String = in getPreSelectedApnType()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/apn/
DApnTypesTest.kt78 val apnType = ApnTypes.getPreSelectedApnType(CustomizedConfig()) in getPreSelectedApnType_regular()
85 val customizedConfig = CustomizedConfig( in getPreSelectedApnType_readOnlyApnTypes()
DApnStatusTest.kt70 val apnData = ApnData(customizedConfig = CustomizedConfig(readOnlyApn = true)) in isFieldEnabled_readOnlyApn()
80 customizedConfig = CustomizedConfig( in isFieldEnabled_readOnlyApnFields()