Searched refs:flightModeIdx (Results 1 – 2 of 2) sorted by relevance
492 int flightModeIdx = config.getInt( in WfcCarrierNameFormatter() local507 if (flightModeIdx < 0 || flightModeIdx >= wfcFormats.length) { in WfcCarrierNameFormatter()510 flightModeIdx = voiceIdx; in WfcCarrierNameFormatter()515 voiceIdx = flightModeIdx; in WfcCarrierNameFormatter()
2564 int flightModeIdx = -1; in updateSpnDisplayLegacy() local2572 flightModeIdx = bundle.getInt( in updateSpnDisplayLegacy()2590 if (flightModeIdx < 0 || flightModeIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2593 flightModeIdx = voiceIdx; in updateSpnDisplayLegacy()2598 wfcFlightSpnFormat = wfcSpnFormats[flightModeIdx]; in updateSpnDisplayLegacy()