Searched refs:phoneLabel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java92 public String phoneLabel; field in class:CallerInfo
93 /* Split up the phoneLabel into number type and label name */
160 info.phoneLabel = null;
202 info.phoneLabel = Phone.getDisplayLabel(context,
599 .append("\nphoneLabel: " + phoneLabel)
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallerInfoTest.java231 assertNull(mInfo.phoneLabel);

Completed in 191 milliseconds