OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcscf
(Results
1 - 13
of
13
) 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
454
response.
pcscf
= new String[0];
724
mPcscfAddr = response.
pcscf
;
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DataCallResponseTest.java
50
mDcResponse.
pcscf
= new String[]{};
DcTrackerTest.java
366
dcResponse.
pcscf
= new String[]{FAKE_PCSCF_ADDRESS};
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java
260
String
pcscf
= isimTlvToString(identity);
local
261
if (DUMP_RECORDS) log("EF_PCSCF[" + i + "]=" +
pcscf
);
262
mIsimPcscf[i++] =
pcscf
;
424
* Returns the IMS Proxy Call Session Control Function(
PCSCF
) that were loaded from the ISIM.
425
* @return an array of
PCSCF
strings with one
PCSCF
per string, or null if
/hardware/ril/include/telephony/
ril.h
488
char *
pcscf
; /* the Proxy Call State Control Function address
member in struct:__anon35249
521
char *
pcscf
; /* the Proxy Call State Control Function address
member in struct:__anon35250
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java
3886
String
pcscf
= p.readString();
local
3952
String
pcscf
= p.readString();
local
[
all
...]
/hardware/ril/libril/
ril.cpp
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java
[
all
...]
/hardware/ril/reference-ril/
reference-ril.c
469
responses[i].
pcscf
= "";
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
android-all-4.4_r1-robolectric-1.jar
Completed in 2646 milliseconds