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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimRecords.java 52 * Returns the IMS Proxy Call Session Control Function(PCSCF) that were loaded from the ISIM.
53 * @return an array of PCSCF strings with one PCSCF per string, or null if
IsimUiccRecords.java 258 String pcscf = isimTlvToString(identity); local
259 if (DUMP_RECORDS) log("EF_PCSCF[" + i + "]=" + pcscf);
260 mIsimPcscf[i++] = pcscf;
430 * Returns the IMS Proxy Call Session Control Function(PCSCF) that were loaded from the ISIM.
431 * @return an array of PCSCF strings with one PCSCF per string, or null if
  /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 520 response.pcscf = new String[0];
781 mPcscfAddr = response.pcscf;
    [all...]
DcTracker.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 166 * Returns the IMS Proxy Call Session Control Function(PCSCF) that were loaded from the ISIM.
167 * @return an array of PCSCF strings with one PCSCF per string, or null if
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoProxy.java 226 * Returns the IMS Proxy Call Session Control Function(PCSCF) that were loaded from the ISIM.
227 * @return an array of PCSCF strings with one PCSCF per string, or null if
PhoneSubInfo.java 231 * Returns the IMS Proxy Call Session Control Function(PCSCF) that were loaded from the ISIM.
232 * @return an array of PCSCF strings with one PCSCF per string, or null if
RIL.java 3470 String pcscf = p.readString(); local
3534 String pcscf = p.readString(); local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /hardware/ril/reference-ril/
reference-ril.c 466 responses[i].pcscf = "";
    [all...]
  /hardware/ril/include/telephony/
ril.h 308 char * pcscf; /* the Proxy Call State Control Function address member in struct:__anon41606
    [all...]

Completed in 317 milliseconds