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.java492 int flightModeIdx = config.getInt( in WfcCarrierNameFormatter() local
507 if (flightModeIdx < 0 || flightModeIdx >= wfcFormats.length) { in WfcCarrierNameFormatter()
510 flightModeIdx = voiceIdx; in WfcCarrierNameFormatter()
515 voiceIdx = flightModeIdx; in WfcCarrierNameFormatter()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2564 int flightModeIdx = -1; in updateSpnDisplayLegacy() local
2572 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()