OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCnapNamePresentation
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java
107
public int
getCnapNamePresentation
() {
303
.append("(" +
getCnapNamePresentation
() + ")");
/packages/services/Telephony/common/src/com/android/services/telephony/common/
CallIdentification.java
77
public int
getCnapNamePresentation
() {
Call.java
245
public int
getCnapNamePresentation
() {
246
return mIdentification.
getCnapNamePresentation
();
/packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java
63
info.namePresentation = identification.
getCnapNamePresentation
();
/packages/services/Telephony/src/com/android/phone/
CallModeler.java
599
final int newCnapNamePresentation = connection.
getCnapNamePresentation
();
600
if (call.
getCnapNamePresentation
() != newCnapNamePresentation) {
[
all
...]
PhoneUtils.java
[
all
...]
Completed in 592 milliseconds