Searched refs:wfcSpnFormats (Results 1 – 4 of 4) sorted by relevance
361 String[] wfcSpnFormats = r.getStringArray(com.android.internal.R.array.wfcSpnFormats); in getCarrierDisplayNameFromWifiCallingOverride() local362 WfcCarrierNameFormatter wfcFormatter = new WfcCarrierNameFormatter(config, wfcSpnFormats, in getCarrierDisplayNameFromWifiCallingOverride()
2937 String[] wfcSpnFormats = SubscriptionManager.getResourcesForSubId(mPhone.getContext(), in updateSpnDisplayLegacy() local2939 .getStringArray(com.android.internal.R.array.wfcSpnFormats); in updateSpnDisplayLegacy()2941 if (voiceIdx < 0 || voiceIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2945 if (dataIdx < 0 || dataIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2950 if (flightModeIdx < 0 || flightModeIdx >= wfcSpnFormats.length) { in updateSpnDisplayLegacy()2956 wfcVoiceSpnFormat = wfcSpnFormats[voiceIdx]; in updateSpnDisplayLegacy()2957 wfcDataSpnFormat = wfcSpnFormats[dataIdx]; in updateSpnDisplayLegacy()2958 wfcFlightSpnFormat = wfcSpnFormats[flightModeIdx]; in updateSpnDisplayLegacy()
287 com.android.internal.R.array.wfcSpnFormats, in setUp()
78729 Lcom/android/internal/R$array;->wfcSpnFormats:I