Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameResolver.java506 @NonNull String[] wfcFormats, boolean inFlightMode) { in WfcCarrierNameFormatter() argument
512 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()