Searched refs:pcscf (Results 1 – 4 of 4) 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()
523 response.pcscf = new String[0]; in onConnect()784 mPcscfAddr = response.pcscf; in onSetupConnectionCompleted()
258 String pcscf = isimTlvToString(identity); in onRecordLoaded() local259 if (DUMP_RECORDS) log("EF_PCSCF[" + i + "]=" + pcscf); in onRecordLoaded()260 mIsimPcscf[i++] = pcscf; in onRecordLoaded()
3523 String pcscf = p.readString(); in getDataCallResponse() local3524 if (!TextUtils.isEmpty(pcscf)) { in getDataCallResponse()3525 dataCall.pcscf = pcscf.split(" "); in getDataCallResponse()3587 String pcscf = p.readString(); in responseSetupDataCall() local3588 if (RILJ_LOGD) riljLog("responseSetupDataCall got pcscf=" + pcscf); in responseSetupDataCall()3589 if (!TextUtils.isEmpty(pcscf)) { in responseSetupDataCall()3590 dataCall.pcscf = pcscf.split(" "); in responseSetupDataCall()