Searched refs:wfcSpnFormats (Results 1 – 4 of 4) sorted by relevance
345 String[] wfcSpnFormats = r.getStringArray(com.android.internal.R.array.wfcSpnFormats); in getCarrierDisplayNameFromWifiCallingOverride() local346 WfcCarrierNameFormatter wfcFormatter = new WfcCarrierNameFormatter(config, wfcSpnFormats, in getCarrierDisplayNameFromWifiCallingOverride()
2687 String[] wfcSpnFormats = SubscriptionManager.getResourcesForSubId(mPhone.getContext(), in updateSpnDisplayLegacy() local2689 .getStringArray(com.android.internal.R.array.wfcSpnFormats); in updateSpnDisplayLegacy()2691 if (voiceIdx < 0 || voiceIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2695 if (dataIdx < 0 || dataIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2700 if (flightModeIdx < 0 || flightModeIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2706 wfcVoiceSpnFormat = wfcSpnFormats[voiceIdx]; in updateSpnDisplayLegacy()2707 wfcDataSpnFormat = wfcSpnFormats[dataIdx]; in updateSpnDisplayLegacy()2708 wfcFlightSpnFormat = wfcSpnFormats[flightModeIdx]; in updateSpnDisplayLegacy()
277 com.android.internal.R.array.wfcSpnFormats, in setUp()
89835 Lcom/android/internal/R$array;->wfcSpnFormats:I