Searched refs:flightModeIdx (Results 1 – 2 of 2) sorted by relevance
509 int flightModeIdx = config.getInt( in WfcCarrierNameFormatter() local524 if (flightModeIdx < 0 || flightModeIdx >= wfcFormats.length) { in WfcCarrierNameFormatter()527 flightModeIdx = voiceIdx; in WfcCarrierNameFormatter()532 voiceIdx = flightModeIdx; in WfcCarrierNameFormatter()
2674 int flightModeIdx = -1; in updateSpnDisplayLegacy() local2682 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()