HomeSort by relevance Sort by last modified time
    Searched full:displayname (Results 76 - 100 of 476) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler.h 30 // [{'code': 'fi', 'displayName': 'Finnish', 'nativeDisplayName': 'suomi'},
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
WindowWebDatabase.idl 31 [MeasureAs=OpenWebDatabase, LogActivity, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
DatabaseBackendBase.h 67 virtual String displayName() const;
100 const String& displayName, unsigned long estimatedSize, DatabaseType);
  /external/chromium_org/tools/json_schema_compiler/highlighters/
pygments_highlighter.py 33 def DisplayName(self):
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java 78 String displayName,
87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
93 String displayName,
103 assertEquals(displayName, c.getString(0));
  /frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
SampleProvider.java 109 .add("blah.png") // displayName
117 .add("johannson.png") // displayName
125 .add("planets.png") // displayName
133 .add("galaxy.png") // displayName
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 69 String displayName) {
70 if (displayName == null) {
71 displayName = "";
81 NameNormalizer.normalize(displayName));
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 83 String displayName = entry.getDisplayName();
95 if (TextUtils.isEmpty(displayName) || TextUtils.equals(displayName, destination)) {
96 displayName = destination;
106 displayName = null;
117 displayName = null;
127 bindTextToView(displayName, viewHolder.displayNameView);
BaseRecipientAdapter.java 98 public String displayName;
128 public final String displayName;
140 String displayName,
150 this.displayName = displayName;
163 this.displayName = cursor.getString(Queries.Query.NAME);
307 final String displayName = entry.getDisplayName();
309 if (TextUtils.isEmpty(displayName) || TextUtils.equals(displayName, emailAddress)) {
312 return new Rfc822Token(displayName, emailAddress, null).toString()
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
SmartDialNameMatcherTest.java 251 private void checkMatches(String displayName, String query, boolean expectedMatches,
257 displayName, query, matchPositions);
258 Log.d(TAG, "query=" + query + " text=" + displayName
259 + " nfd=" + Normalizer.normalize(displayName, Normalizer.Form.NFD)
260 + " nfc=" + Normalizer.normalize(displayName, Normalizer.Form.NFC)
261 + " nfkd=" + Normalizer.normalize(displayName, Normalizer.Form.NFKD)
262 + " nfkc=" + Normalizer.normalize(displayName, Normalizer.Form.NFKC)
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 105 public String createDocument(String docId, String mimeType, String displayName)
118 displayName = removeExtension(mimeType, displayName);
119 File file = new File(parent, addExtension(mimeType, displayName));
124 file = new File(parent, addExtension(mimeType, displayName + " (" + n + ")"));
293 final String displayName = cursor.getString(
346 row.add(Document.COLUMN_DISPLAY_NAME, displayName);
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
admx_writer.py 82 <category displayName="$(string.chromium)" name="chromium"/>
99 assert existing[0].getAttribute('displayName') == display_name
103 'displayName': display_name,
117 <category displayName="$(string.google)" name="google"/>
118 <category displayName="$(string.googlechrome)" name="googlechrome">
145 displayName="$(string.SUPPORTED_WINXPSP2)"/>
158 'displayName': self._AdmlString(supported_os)
195 attributes = {'displayName': self._AdmlString(item['name'])}
263 'displayName': self._AdmlString(policy_name),
314 'displayName': self._AdmlString(group['name'] + '_group')
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 257 final String displayName = file.getName();
265 row.add(Document.COLUMN_DISPLAY_NAME, displayName);
309 public String createDocument(String docId, String mimeType, String displayName)
318 file = new File(parent, displayName);
323 displayName = removeExtension(mimeType, displayName);
324 file = new File(parent, addExtension(mimeType, displayName));
329 file = new File(parent, addExtension(mimeType, displayName + " (" + n + ")"));
344 public String renameDocument(String docId, String displayName) throws FileNotFoundException {
346 final File after = new File(before.getParentFile(), displayName);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java 65 final CharSequence displayName = contactData.getDisplayName();
67 if (!TextUtils.isEmpty(displayName)) {
70 displayName.toString(), TextDirectionHeuristics.LTR);
72 return displayName;
102 final String displayName;
104 displayName = directoryDisplayName;
106 displayName = directoryType;
110 return context.getString(R.string.contact_directory_description, displayName);
130 // DisplayName is already the organization, it mirrors company or (if company
131 // is empty title). Make sure we don't show what's already shown as DisplayName
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
file_system_provider.idl 56 DOMString displayName;
141 // displayName</code>. <code>displayName</code> will be shown in the left
142 // panel of Files.app. <code>displayName</code> can contain any characters
143 // including '/', but cannot be an empty string. <code>displayName</code>
  /external/chromium_org/third_party/WebKit/ManualTests/forms/
calendar-picker.html 129 option.setAttribute("label", locale_data[locale].displayName);
155 "displayName": "English (United States)",
181 "displayName": "Japanese",
207 "displayName": "Arabic",
233 "displayName": "Vietnamese",
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ResourceUtils.js 59 return resource.displayName;
63 return uiSourceCode.displayName();
80 var displayName = url.trimURL(parsedURL.host);
81 return displayName === "/" ? parsedURL.host + "/" : displayName;
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 68 * @param displayName - the new string value of the display name of the
72 * unexpectedly while parsing the displayName value.
75 String displayName,
80 if (displayName != null)
81 addressImpl.setDisplayName(displayName);
  /frameworks/support/v4/java/android/support/v4/provider/
DocumentFile.java 155 * @param displayName name of new document, without any file extension
164 public abstract DocumentFile createFile(String mimeType, String displayName);
169 * @param displayName name of new directory
176 public abstract DocumentFile createDirectory(String displayName);
315 public DocumentFile findFile(String displayName) {
317 if (displayName.equals(doc.getName())) {
325 * Renames this file to {@code displayName}.
337 * @param displayName the new display name.
344 public abstract boolean renameTo(String displayName);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 254 private Drawable getPhotoDrawable(byte[] bitmapData, String displayName, String lookupKey) {
260 false, new DefaultImageRequest(displayName, lookupKey, false));
264 private void createContactShortcutIntent(Uri contactUri, String contentType, String displayName,
266 Drawable drawable = getPhotoDrawable(bitmapData, displayName, lookupKey);
291 if (TextUtils.isEmpty(displayName)) {
295 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, displayName);
301 private void createPhoneNumberShortcutIntent(Uri uri, String displayName, String lookupKey,
304 Drawable drawable = getPhotoDrawable(bitmapData, displayName, lookupKey);
325 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, displayName);
DirectoryPartition.java 79 public void setDisplayName(String displayName) {
80 this.mDisplayName = displayName;
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 150 CharSequence displayName = null;
155 displayName = mGmtDisplayNameCache.get(cacheKey);
158 if (displayName == null) {
191 displayName = spannableText;
192 mGmtDisplayNameCache.put(cacheKey, displayName);
194 return displayName;
  /packages/apps/Settings/src/com/android/settings/sim/
SimSettings.java 257 simPref.addItem(sir.displayName, sir);
313 mSubInfoRecord.displayName, mSubInfoRecord.number));
330 nameText.setText(mSubInfoRecord.displayName);
336 carrierView.setText(mSubInfoRecord.displayName);
352 mSubInfoRecord.displayName = nameText.getText().toString();
353 SubscriptionManager.setDisplayName(mSubInfoRecord.displayName,
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiDeviceInfo.java 124 String displayName = source.readString();
126 deviceType, vendorId, displayName, powerStatus);
152 * @param displayName name of device
157 int vendorId, String displayName, int powerStatus) {
167 mDisplayName = displayName;
181 * @param displayName name of device
185 int vendorId, String displayName) {
187 vendorId, displayName, HdmiControlManager.POWER_STATUS_UNKNOWN);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
AbstractCharsetTestCase.java 95 // assertEquals(this.canonicalName, this.testingCharset.displayName());
97 // this.testingCharset.displayName(null));

Completed in 2248 milliseconds

1 2 34 5 6 7 8 91011>>