Home
last modified time | relevance | path

Searched refs:pcscf (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java225 String pcscf = isimTlvToString(identity); in onRecordLoaded() local
226 if (DUMP_RECORDS) log("EF_PCSCF[" + i + "]=" + pcscf); in onRecordLoaded()
227 mIsimPcscf[i++] = pcscf; in onRecordLoaded()
/aosp12/hardware/ril/include/telephony/
H A Dril.h513 char * pcscf; /* the Proxy Call State Control Function address member
546 char * pcscf; /* the Proxy Call State Control Function address member
/aosp12/hardware/ril/reference-ril/
H A Dril.h513 char * pcscf; /* the Proxy Call State Control Function address member
546 char * pcscf; /* the Proxy Call State Control Function address member
H A Dreference-ril.c617 responses[i].pcscf = ""; in requestOrSendDataCallList()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java7609 if (!TextUtils.isEmpty(result.pcscf)) { in convertDataCallResult()
7610 pcscfs = result.pcscf.split("\\s+"); in convertDataCallResult()
7630 pcscfs = result.pcscf.stream().toArray(String[]::new); in convertDataCallResult()
7652 pcscfs = result.pcscf.stream().toArray(String[]::new); in convertDataCallResult()
7670 pcscfs = result.pcscf.stream().toArray(String[]::new); in convertDataCallResult()
7720 for (String pcscf : pcscfs) { in convertDataCallResult()
7721 pcscf = pcscf.trim(); in convertDataCallResult()
7724 ia = InetAddresses.parseNumericAddress(pcscf); in convertDataCallResult()
7727 Rlog.e(RILJ_LOG_TAG, "Unknown pcscf: " + pcscf, e); in convertDataCallResult()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java2141 result10.pcscf = "fd00:976a:c206:20::6 fd00:976a:c206:20::9 fd00:976a:c202:1d::9"; in testConvertDataCallResult()
2184 result14.pcscf = new ArrayList<>(Arrays.asList( in testConvertDataCallResult()
2214 result15.pcscf = new ArrayList<>(Arrays.asList( in testConvertDataCallResult()
2259 result16.pcscf = new ArrayList<>(Arrays.asList( in testConvertDataCallResult()
H A DSimulatedCommands.java1215 mSetupDataCallResult.pcscf = in setupDataCall()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java2091 for (InetAddress pcscf : response.getPcscfAddresses()) { in setLinkProperties()
2092 linkProperties.addPcscfServer(pcscf); in setLinkProperties()
/aosp12/hardware/interfaces/radio/1.5/
H A Dtypes.hal529 vec<string> pcscf;
/aosp12/hardware/interfaces/radio/1.6/
H A Dtypes.hal331 vec<string> pcscf;
/aosp12/hardware/ril/libril/
H A Dril_service.cpp4070 result.pcscf = hidl_string(); in setupDataCallResponse()
7044 dcResult.pcscf = convertCharPtrToHidlString(dcResponse->pcscf); in convertRilDataCallToHal()
/aosp12/hardware/interfaces/radio/1.4/
H A Dtypes.hal1756 vec<string> pcscf;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java766 result.pcscf = FAKE_PCSCF_ADDRESS; in createSetupDataCallResult()
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal1384 string pcscf; // the Proxy Call State Control Function address