Searched refs:mDisplayName (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresResInfo.java26 private String mDisplayName = ""; field in class:PresResInfo
66 return mDisplayName;
74 this.mDisplayName = displayName;
94 dest.writeString(mDisplayName);
118 mDisplayName = source.readString();
/frameworks/base/telecomm/java/android/telecom/
H A DConferenceParticipant.java37 private final String mDisplayName; field in class:ConferenceParticipant
62 mDisplayName = displayName;
103 dest.writeString(mDisplayName);
119 sb.append(Log.pii(mDisplayName));
139 return mDisplayName;
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java109 private final String mDisplayName; field in class:HdmiDeviceInfo
178 mDisplayName = displayName;
218 mDisplayName = "HDMI" + portId;
243 mDisplayName = "Mobile";
264 mDisplayName = "Inactive";
410 return mDisplayName;
448 dest.writeString(mDisplayName);
471 s.append("display_name: ").append(mDisplayName).append(" ");
509 && mDisplayName.equals(other.mDisplayName)
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DNewDeviceAction.java53 private String mDisplayName; field in class:NewDeviceAction
110 mDisplayName = new String(params, "US-ASCII");
172 if (mDisplayName == null) {
173 mDisplayName = HdmiUtils.getDefaultDeviceName(mDeviceLogicalAddress);
178 mDeviceType, mVendorId, mDisplayName);
H A DDeviceDiscoveryAction.java75 private String mDisplayName = ""; field in class:DeviceDiscoveryAction.DeviceInfo
84 mVendorId, mDisplayName);
290 current.mDisplayName = displayName;
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java51 public String mDisplayName; field in class:TimeZoneInfo
275 if (mDisplayName != null && other.mDisplayName != null)
276 return this.mDisplayName.compareTo(other.mDisplayName);
H A DTimeZoneData.java197 if (tz.mDisplayName == null) {
198 tz.mDisplayName = tz.mTz.getDisplayName(tz.mTz.inDaylightTime(date),
217 if (!tz.mDisplayName.endsWith(":00")) {
218 mTimeZoneNames.add(tz.mDisplayName);
221 tz.mDisplayName);
278 tzi.mDisplayName = labels[i];
H A DTimeZoneResultAdapter.java286 vh.timeZone.setText(tzi.mDisplayName);
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java68 private CharSequence mDisplayName; field in class:SubscriptionInfo
149 this.mDisplayName = displayName;
188 return this.mDisplayName;
196 this.mDisplayName = name;
425 dest.writeCharSequence(mDisplayName);
463 + " displayName=" + mDisplayName + " carrierName=" + mCarrierName
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java60 private final String mDisplayName; field in class:RecipientEntry
116 mDisplayName = displayName;
255 return mDisplayName;
323 return mDisplayName + " <" + mDestination + ">, isValid=" + mIsValid;
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java83 private String mDisplayName; field in class:SipProfile.Builder
108 mDisplayName = profile.getDisplayName();
245 mDisplayName = displayName;
297 mDisplayName, mUri);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp176 mDisplayName = "Built-in Screen";
179 mDisplayName = "HDMI Screen";
182 mDisplayName = "Virtual Screen"; // e.g. Overlay #n
237 mDisplayName = displayName;
347 mDisplayName.string(), result);
625 result.appendFormat("+ DisplayDevice: %s\n", mDisplayName.string());
H A DDisplayDevice.h176 const String8& getDisplayName() const { return mDisplayName; }
234 String8 mDisplayName; member in class:android::DisplayDevice
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp35 mDisplayName.string(), ##__VA_ARGS__)
37 mDisplayName.string(), ##__VA_ARGS__)
39 mDisplayName.string(), ##__VA_ARGS__)
59 mDisplayName(name),
105 ConsumerBase::mName = String8::format("VDS: %s", mDisplayName.string());
H A DVirtualDisplaySurface.h159 const String8 mDisplayName; member in class:android::VirtualDisplaySurface
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java411 private final String mDisplayName; field in class:Dependency.DependencyKey
414 mDisplayName = displayName;
419 return mDisplayName;

Completed in 592 milliseconds