OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNumberPresentation
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/common/src/com/android/services/telephony/common/
CallIdentification.java
37
private int
mNumberPresentation
= Call.PRESENTATION_ALLOWED;
52
mNumberPresentation
= identification.
mNumberPresentation
;
70
return
mNumberPresentation
;
74
mNumberPresentation
= presentation;
101
dest.writeInt(
mNumberPresentation
);
112
mNumberPresentation
= in.readInt();
143
.add("
mNumberPresentation
",
mNumberPresentation
)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java
79
int
mNumberPresentation
= PhoneConstants.PRESENTATION_ALLOWED;
135
mNumberPresentation
= dc.numberPresentation;
163
mNumberPresentation
= PhoneConstants.PRESENTATION_ALLOWED;
463
mNumberPresentation
= dc.numberPresentation;
754
return
mNumberPresentation
;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java
80
int
mNumberPresentation
= PhoneConstants.PRESENTATION_ALLOWED;
136
mNumberPresentation
= dc.numberPresentation;
166
mNumberPresentation
= PhoneConstants.PRESENTATION_ALLOWED;
190
mNumberPresentation
= cw.numberPresentation;
507
mNumberPresentation
= dc.numberPresentation;
940
return
mNumberPresentation
;
Completed in 47 milliseconds