Searched defs:cnapName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java76 public String cnapName; field in class:CallerInfo
480 .append("\ncnapName: " + cnapName)
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java54 String cnapName; field in class:CdmaConnection
133 cnapName = dc.name;
163 cnapName = null;
190 cnapName = cw.name;
234 return cnapName;
501 // A null cnapName should be the same as ""
503 if (!TextUtils.isEmpty(cnapName)) {
505 cnapName = "";
507 } else if (!dc.name.equals(cnapName)) {
509 cnapName
[all...]

Completed in 51 milliseconds