Home | History | Annotate | Download | only in telephony

Lines Matching refs:pcscf

3523                 String pcscf = p.readString();
3524 if (!TextUtils.isEmpty(pcscf)) {
3525 dataCall.pcscf = pcscf.split(" ");
3587 String pcscf = p.readString();
3588 if (RILJ_LOGD) riljLog("responseSetupDataCall got pcscf=" + pcscf);
3589 if (!TextUtils.isEmpty(pcscf)) {
3590 dataCall.pcscf = pcscf.split(" ");