HomeSort by relevance Sort by last modified time
    Searched refs:mDisplayName (Results 1 - 25 of 570) 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;
  /platform_testing/libraries/app-helpers/handheld/src/android/platform/test/helpers/handheld/
IChromeHelper.java 30 private String mDisplayName;
33 mDisplayName = displayName;
38 return mDisplayName;
49 private String mDisplayName;
52 mDisplayName = displayName;
57 return mDisplayName;
  /platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/
IYouTubeGoHelper.java 26 private String mDisplayName;
29 mDisplayName = displayName;
34 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/Contacts/src/com/android/contacts/list/
DirectoryPartition.java 36 private String mDisplayName;
76 return mDisplayName;
80 this.mDisplayName = displayName;
159 ", mDisplayName='" + mDisplayName + '\'' +
  /packages/apps/Dialer/java/com/android/contacts/common/list/
DirectoryPartition.java 33 private String mDisplayName;
69 return mDisplayName;
73 this.mDisplayName = displayName;
151 + ", mDisplayName='"
152 + 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(Log.pii(mDisplayName));
139 return mDisplayName;
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PresenceContact.java 35 String mDisplayName = null;
49 mDisplayName = name;
58 return mDisplayName;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 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)
    [all...]
  /packages/apps/Car/libs/car-stream-lib/src/com/android/car/stream/
CurrentCallExtension.java 39 private String mDisplayName;
66 mDisplayName = displayName;
78 bundle.putString(DISPLAY_NAME_KEY, mDisplayName);
92 mDisplayName = bundle.getString(DISPLAY_NAME_KEY);
106 return mDisplayName;
  /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/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/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 53 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 53 char mDisplayName[PROPERTY_VALUE_MAX];
  /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 53 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 53 char mDisplayName[PROPERTY_VALUE_MAX];
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
SaveFragment.java 54 private EditText mDisplayName;
90 mDisplayName = (EditText) view.findViewById(android.R.id.title);
91 mDisplayName.addTextChangedListener(mDisplayNameWatcher);
92 mDisplayName.setText(getArguments().getString(EXTRA_DISPLAY_NAME));
93 mDisplayName.setOnKeyListener(
108 && TextUtils.isEmpty(mDisplayName.getText())) {
180 final String displayName = mDisplayName.getText().toString();
196 mDisplayName.setText(replaceTarget.displayName);
  /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/Contacts/src/com/android/contacts/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);

Completed in 536 milliseconds

1 2 3 4 5 6 7 8 91011>>