OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCnapNamePresentation
(Results
1 - 3
of
3
) sorted by null
/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
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java
107
public int
getCnapNamePresentation
() {
303
.append("(" +
getCnapNamePresentation
() + ")");
Completed in 151 milliseconds