Searched refs:pcscf (Results 1 – 7 of 7) sorted by relevance
51 public String [] pcscf = new String[0]; field in DataCallResponse108 for (String addr : pcscf) { in toString()112 if (pcscf.length > 0) sb.deleteCharAt(sb.length()-1); in toString()
450 response.pcscf = new String[0]; in onConnect()720 mPcscfAddr = response.pcscf; in onSetupConnectionCompleted()
260 String pcscf = isimTlvToString(identity); in onRecordLoaded() local261 if (DUMP_RECORDS) log("EF_PCSCF[" + i + "]=" + pcscf); in onRecordLoaded()262 mIsimPcscf[i++] = pcscf; in onRecordLoaded()
50 mDcResponse.pcscf = new String[]{}; in setUp()
344 dcResponse.pcscf = new String[]{FAKE_PCSCF_ADDRESS}; in createDataCallResponse()
3836 String pcscf = p.readString(); in getDataCallResponse() local3837 if (!TextUtils.isEmpty(pcscf)) { in getDataCallResponse()3838 dataCall.pcscf = pcscf.split(" "); in getDataCallResponse()3902 String pcscf = p.readString(); in responseSetupDataCall() local3903 if (RILJ_LOGD) riljLog("responseSetupDataCall got pcscf=" + pcscf); in responseSetupDataCall()3904 if (!TextUtils.isEmpty(pcscf)) { in responseSetupDataCall()3905 dataCall.pcscf = pcscf.split(" "); in responseSetupDataCall()
1108 mDcResponse.pcscf = new String[]{}; in setupDataCall()