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

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

Completed in 200 milliseconds