Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameResolver.java509 int flightModeIdx = config.getInt( in WfcCarrierNameFormatter() local
524 if (flightModeIdx < 0 || flightModeIdx >= wfcFormats.length) { in WfcCarrierNameFormatter()
527 flightModeIdx = voiceIdx; in WfcCarrierNameFormatter()
532 voiceIdx = flightModeIdx; in WfcCarrierNameFormatter()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2674 int flightModeIdx = -1; in updateSpnDisplayLegacy() local
2682 flightModeIdx = bundle.getInt( in updateSpnDisplayLegacy()
2700 if (flightModeIdx < 0 || flightModeIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()
2703 flightModeIdx = voiceIdx; in updateSpnDisplayLegacy()
2708 wfcFlightSpnFormat = wfcSpnFormats[flightModeIdx]; in updateSpnDisplayLegacy()