Home | History | Annotate | Download | only in map

Lines Matching refs:mDisplayName

54     private String mDisplayName = null;
68 newElement.mDisplayName = contact.getName();
77 this.mDisplayName = displayName;
102 return mDisplayName;
106 this.mDisplayName = displayName;
203 if(mDisplayName != null) {
205 BluetoothMapUtils.stripInvalidChars(mDisplayName));
260 newElement.mDisplayName = attributeValue;
304 if (mDisplayName == null) {
305 if (other.mDisplayName != null) {
308 } else if (!mDisplayName.equals(other.mDisplayName)) {