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.java586 int flightModeIdx = config.getInt( in WfcCarrierNameFormatter() local
601 if (flightModeIdx < 0 || flightModeIdx >= wfcFormats.length) { in WfcCarrierNameFormatter()
604 flightModeIdx = voiceIdx; in WfcCarrierNameFormatter()
609 voiceIdx = flightModeIdx; in WfcCarrierNameFormatter()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2865 int flightModeIdx; in updateSpnDisplayLegacy() local
2870 flightModeIdx = mCarrierConfig.getInt( in updateSpnDisplayLegacy()
2888 if (flightModeIdx < 0 || flightModeIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()
2891 flightModeIdx = voiceIdx; in updateSpnDisplayLegacy()
2896 wfcFlightSpnFormat = wfcSpnFormats[flightModeIdx]; in updateSpnDisplayLegacy()