Searched refs:wfcSpnFormats (Results 1 – 4 of 4) sorted by relevance
362 String[] wfcSpnFormats = r.getStringArray(com.android.internal.R.array.wfcSpnFormats); in getCarrierDisplayNameFromWifiCallingOverride() local363 WfcCarrierNameFormatter wfcFormatter = new WfcCarrierNameFormatter(config, wfcSpnFormats, in getCarrierDisplayNameFromWifiCallingOverride()
2875 String[] wfcSpnFormats = SubscriptionManager.getResourcesForSubId(mPhone.getContext(), in updateSpnDisplayLegacy() local2877 .getStringArray(com.android.internal.R.array.wfcSpnFormats); in updateSpnDisplayLegacy()2879 if (voiceIdx < 0 || voiceIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2883 if (dataIdx < 0 || dataIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2888 if (flightModeIdx < 0 || flightModeIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2894 wfcVoiceSpnFormat = wfcSpnFormats[voiceIdx]; in updateSpnDisplayLegacy()2895 wfcDataSpnFormat = wfcSpnFormats[dataIdx]; in updateSpnDisplayLegacy()2896 wfcFlightSpnFormat = wfcSpnFormats[flightModeIdx]; in updateSpnDisplayLegacy()
332 com.android.internal.R.array.wfcSpnFormats, in setUp()
74763 Lcom/android/internal/R$array;->wfcSpnFormats:I