HomeSort by relevance Sort by last modified time
    Searched refs:mDisplayName (Results 1 - 25 of 374) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactInfo.java 24 private String mDisplayName;
28 this.mDisplayName = displayName;
32 return mDisplayName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
AssetType.java 39 private final String mDisplayName;
45 mDisplayName = displayName;
54 return mDisplayName;
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresResInfo.java 26 private String mDisplayName = "";
66 return mDisplayName;
74 this.mDisplayName = displayName;
94 dest.writeString(mDisplayName);
118 mDisplayName = source.readString();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java 36 private String mDisplayName;
76 return mDisplayName;
80 this.mDisplayName = displayName;
159 ", mDisplayName='" + mDisplayName + '\'' +
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantListItemData.java 32 private final String mDisplayName;
47 mDisplayName = participant.getSendDestination();
50 mDisplayName = participant.getFullName();
62 return mDisplayName;
  /frameworks/base/telecomm/java/android/telecom/
ConferenceParticipant.java 37 private final String mDisplayName;
62 mDisplayName = displayName;
103 dest.writeString(mDisplayName);
119 sb.append(mDisplayName);
139 return mDisplayName;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.cpp 66 strlcpy(mDisplayName, "external", sizeof(mDisplayName));
68 strlcpy(mDisplayName, "primary", sizeof(mDisplayName));
71 "debug.sf.dump.%s", (char *)mDisplayName);
209 mDisplayName, hwcModuleCompTypeLog.string(), sMdpCompMaxLayers,
217 mDisplayName, layerIndex);
244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex,
254 "Blending = %s%s%s", mDisplayName, layerIndex,
298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng)
    [all...]
hwc_dump_layers.h 55 char mDisplayName[PROPERTY_VALUE_MAX];
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.cpp 66 strlcpy(mDisplayName, "external", sizeof(mDisplayName));
68 strlcpy(mDisplayName, "primary", sizeof(mDisplayName));
71 "debug.sf.dump.%s", (char *)mDisplayName);
209 mDisplayName, hwcModuleCompTypeLog.string(), sMdpCompMaxLayers,
217 mDisplayName, layerIndex);
244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex,
254 "Blending = %s%s%s", mDisplayName, layerIndex,
298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng)
    [all...]
hwc_dump_layers.h 55 char mDisplayName[PROPERTY_VALUE_MAX];
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 55 private String mDisplayName = null;
69 newElement.mDisplayName = contact.getName();
78 this.mDisplayName = displayName;
103 return mDisplayName;
107 this.mDisplayName = displayName;
204 if(mDisplayName != null) {
206 BluetoothMapUtils.stripInvalidChars(mDisplayName));
261 newElement.mDisplayName = attributeValue;
305 if (mDisplayName == null) {
306 if (other.mDisplayName != null)
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/
Sender.java 42 + account.mDisplayName);
57 e.toString(), className, account.mDisplayName));
58 throw new MessagingException("can not instantiate Sender for " + account.mDisplayName);
62 account.mDisplayName + ": " + className + " create incompatible object");
115 throw new MessagingException("Cannot find sender for account " + account.mDisplayName);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SaveFragment.java 44 private EditText mDisplayName;
80 mDisplayName = (EditText) view.findViewById(android.R.id.title);
81 mDisplayName.addTextChangedListener(mDisplayNameWatcher);
82 mDisplayName.setText(getArguments().getString(EXTRA_DISPLAY_NAME));
83 mDisplayName.setOnKeyListener(
146 final String displayName = mDisplayName.getText().toString();
162 mDisplayName.setText(replaceTarget.displayName);
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiDeviceInfo.java 109 private final String mDisplayName;
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...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_dump_layers.cpp 71 strlcpy(mDisplayName, "external", sizeof(mDisplayName));
73 strlcpy(mDisplayName, "primary", sizeof(mDisplayName));
76 "debug.sf.dump.%s", (char *)mDisplayName);
214 mDisplayName, hwcModuleCompTypeLog.string(), sMdpCompMaxLayers,
222 mDisplayName, layerIndex);
249 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex,
259 "Blending = %s%s%s", mDisplayName, layerIndex,
303 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng)
    [all...]
hwc_dump_layers.h 55 char mDisplayName[PROPERTY_VALUE_MAX];
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.cpp 70 strlcpy(mDisplayName, "external", sizeof(mDisplayName));
72 strlcpy(mDisplayName, "primary", sizeof(mDisplayName));
75 "debug.sf.dump.%s", (char *)mDisplayName);
213 mDisplayName, hwcModuleCompTypeLog.string(), sMdpCompMaxLayers,
221 mDisplayName, layerIndex);
248 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex,
258 "Blending = %s%s%s", mDisplayName, layerIndex,
302 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng)
    [all...]
hwc_dump_layers.h 55 char mDisplayName[PROPERTY_VALUE_MAX];
  /frameworks/base/services/core/java/com/android/server/hdmi/
NewDeviceAction.java 53 private String mDisplayName;
110 mDisplayName = new String(params, "US-ASCII");
172 if (mDisplayName == null) {
173 mDisplayName = HdmiUtils.getDefaultDeviceName(mDeviceLogicalAddress);
178 mDeviceType, mVendorId, mDisplayName);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
CancelActivity.java 70 private String mDisplayName;
78 mDisplayName = uri.getQueryParameter(DISPLAY_NAME);
88 message = getString(R.string.cancel_import_confirmation_message, mDisplayName);
90 message = getString(R.string.cancel_export_confirmation_message, mDisplayName);
117 final CancelRequest request = new CancelRequest(mJobId, mDisplayName);
  /packages/apps/Email/tests/src/com/android/email/mail/
StoreTests.java 106 assertEquals("inbox", testMailbox.mDisplayName);
112 assertEquals("a", testMailbox.mDisplayName);
118 assertEquals("d", testMailbox.mDisplayName);
124 assertEquals("inbox/a/b/c", testMailbox.mDisplayName);
  /frameworks/base/telephony/java/android/telephony/
SubscriptionInfo.java 63 private CharSequence mDisplayName;
129 this.mDisplayName = displayName;
167 return this.mDisplayName;
175 this.mDisplayName = name;
341 dest.writeCharSequence(mDisplayName);
378 + " displayName=" + mDisplayName + " carrierName=" + mCarrierName
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 51 public String mDisplayName;
275 if (mDisplayName != null && other.mDisplayName != null)
276 return this.mDisplayName.compareTo(other.mDisplayName);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 70 private final String mDisplayName;
121 mDisplayName = null;
162 mDisplayName = displayName;
187 mDisplayName = from.mDisplayName;
333 return mDisplayName;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStylePreference.java 259 private final String mDisplayName;
263 mDisplayName = SubtypeLocaleUtils.getSubtypeLocaleDisplayNameInSystemLocale(
271 return mDisplayName;
309 private final String mDisplayName;
313 mDisplayName = SubtypeLocaleUtils.getKeyboardLayoutSetDisplayName(subtype);
320 return mDisplayName;

Completed in 1452 milliseconds

1 2 3 4 5 6 7 8 91011>>