Searched refs:wfcSpnFormats (Results 1 – 3 of 3) sorted by relevance
337 String[] wfcSpnFormats = r.getStringArray(com.android.internal.R.array.wfcSpnFormats); in getCarrierDisplayNameFromWifiCallingOverride() local338 WfcCarrierNameFormatter wfcFormatter = new WfcCarrierNameFormatter(config, wfcSpnFormats, in getCarrierDisplayNameFromWifiCallingOverride()
2577 String[] wfcSpnFormats = SubscriptionManager.getResourcesForSubId(mPhone.getContext(), in updateSpnDisplayLegacy() local2579 .getStringArray(com.android.internal.R.array.wfcSpnFormats); in updateSpnDisplayLegacy()2581 if (voiceIdx < 0 || voiceIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2585 if (dataIdx < 0 || dataIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2590 if (flightModeIdx < 0 || flightModeIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2596 wfcVoiceSpnFormat = wfcSpnFormats[voiceIdx]; in updateSpnDisplayLegacy()2597 wfcDataSpnFormat = wfcSpnFormats[dataIdx]; in updateSpnDisplayLegacy()2598 wfcFlightSpnFormat = wfcSpnFormats[flightModeIdx]; in updateSpnDisplayLegacy()
276 com.android.internal.R.array.wfcSpnFormats, in setUp()