HomeSort by relevance Sort by last modified time
    Searched refs:pcscf (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataCallResponse.java 51 public String [] pcscf = new String[0]; field in class:DataCallResponse
107 sb.append("] pcscf=[");
108 for (String addr : pcscf) {
112 if (pcscf.length > 0) sb.deleteCharAt(sb.length()-1);
DataConnection.java 523 response.pcscf = new String[0];
784 mPcscfAddr = response.pcscf;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 258 String pcscf = isimTlvToString(identity); local
259 if (DUMP_RECORDS) log("EF_PCSCF[" + i + "]=" + pcscf);
260 mIsimPcscf[i++] = pcscf;
420 * Returns the IMS Proxy Call Session Control Function(PCSCF) that were loaded from the ISIM.
421 * @return an array of PCSCF strings with one PCSCF per string, or null if
  /hardware/ril/include/telephony/
ril.h 380 char * pcscf; /* the Proxy Call State Control Function address member in struct:__anon42521
413 char * pcscf; /* the Proxy Call State Control Function address member in struct:__anon42522
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 3523 String pcscf = p.readString(); local
3587 String pcscf = p.readString(); local
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /hardware/ril/reference-ril/
reference-ril.c 469 responses[i].pcscf = "";
    [all...]

Completed in 131 milliseconds