OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNumberPresentation
(Results
1 - 2
of
2
) sorted by null
/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;
460
mNumberPresentation
= dc.numberPresentation;
751
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;
504
mNumberPresentation
= dc.numberPresentation;
937
return
mNumberPresentation
;
Completed in 220 milliseconds