Searched refs:flightModeIdx (Results 1 – 2 of 2) sorted by relevance
586 int flightModeIdx = config.getInt( in WfcCarrierNameFormatter() local601 if (flightModeIdx < 0 || flightModeIdx >= wfcFormats.length) { in WfcCarrierNameFormatter()604 flightModeIdx = voiceIdx; in WfcCarrierNameFormatter()609 voiceIdx = flightModeIdx; in WfcCarrierNameFormatter()
2865 int flightModeIdx; in updateSpnDisplayLegacy() local2870 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()