Home
last modified time | relevance | path

Searched refs:protocolIndex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/apn/
DApnRepository.kt121 fun Context.convertOptions2Protocol(protocolIndex: Int): String = in Context()
122 resources.getStringArray(R.array.apn_protocol_values).getOrElse(protocolIndex) { "" } in Context()
DApnEditor.java697 final int protocolIndex = protocol.findIndexOfValue(uRaw); in protocolDescription() local
698 if (protocolIndex == -1) { in protocolDescription()
703 return values[protocolIndex]; in protocolDescription()