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