Searched refs:protocolIndex (Results 1 – 2 of 2) sorted by relevance
121 fun Context.convertOptions2Protocol(protocolIndex: Int): String = in Context()122 resources.getStringArray(R.array.apn_protocol_values).getOrElse(protocolIndex) { "" } in Context()
697 final int protocolIndex = protocol.findIndexOfValue(uRaw); in protocolDescription() local698 if (protocolIndex == -1) { in protocolDescription()703 return values[protocolIndex]; in protocolDescription()