Searched refs:wfcFormats (Results 1 – 1 of 1) sorted by relevance
489 @NonNull String[] wfcFormats, boolean inFlightMode) { in WfcCarrierNameFormatter() argument495 if (voiceIdx < 0 || voiceIdx >= wfcFormats.length) { in WfcCarrierNameFormatter()501 if (dataIdx < 0 || dataIdx >= wfcFormats.length) { in WfcCarrierNameFormatter()507 if (flightModeIdx < 0 || flightModeIdx >= wfcFormats.length) { in WfcCarrierNameFormatter()518 mVoiceFormat = voiceIdx != -1 ? wfcFormats[voiceIdx] : ""; in WfcCarrierNameFormatter()519 mDataFormat = dataIdx != -1 ? wfcFormats[dataIdx] : ""; in WfcCarrierNameFormatter()