HomeSort by relevance Sort by last modified time
    Searched defs:attrValue (Results 51 - 75 of 640) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AddressedMediaPlayer.java 398 String attrValue = null;
435 attrValue = extras.getString(MediaMetadata.METADATA_KEY_TITLE);
437 attrValue = desc.getTitle().toString();
442 attrValue = extras.getString(MediaMetadata.METADATA_KEY_ARTIST);
446 attrValue = extras.getString(MediaMetadata.METADATA_KEY_ALBUM);
450 attrValue =
455 attrValue =
460 attrValue = extras.getString(MediaMetadata.METADATA_KEY_GENRE);
464 attrValue = Long.toString(extras.getLong(MediaMetadata.METADATA_KEY_DURATION));
479 attrValue = "<Unknown Title>"
    [all...]
BrowsedMediaPlayer.java 699 String attrValue = null;
706 attrValue = desc.getTitle().toString();
710 attrValue = extras.getString(MediaMetadata.METADATA_KEY_ARTIST);
714 attrValue = extras.getString(MediaMetadata.METADATA_KEY_ALBUM);
718 attrValue = extras.getString(MediaMetadata.METADATA_KEY_TRACK_NUMBER);
722 attrValue = extras.getString(MediaMetadata.METADATA_KEY_NUM_TRACKS);
726 attrValue = extras.getString(MediaMetadata.METADATA_KEY_GENRE);
730 attrValue = extras.getString(MediaMetadata.METADATA_KEY_DURATION);
745 attrValue = "<Unknown Title>";
751 Log.d(TAG, "getAttrValue: attrvalue = " + attrValue + "attr id:" + attr)
    [all...]
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
V1SchemeSigner.java 435 StringBuilder attrValue = new StringBuilder();
437 if (attrValue.length() > 0) {
438 attrValue.append(", ");
440 attrValue.append(String.valueOf(id));
444 attrValue.toString());
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 429 String attrValue = internStrategy.intern(sb.toString());
430 element.addAttribute(attrKey, attrValue);
434 String attrValue = parseAttributeValue(seq, index, state);
435 if (attrValue == null || attrValue.length() == 0) {
440 attrValue = internStrategy.intern(attrValue);
441 element.addAttribute(attrKey, attrValue);
442 end = index + attrValue.length();
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
LayoutFileParser.java 245 String value = escapeQuotes(attr.attrValue.getText(), true);
250 L.e("Expecting '}' in expression '%s'", attr.attrValue.getText());
258 valueLocation.startLine = attr.attrValue.getLine() - 1;
259 valueLocation.startOffset = attr.attrValue.getCharPositionInLine() +
260 attr.attrValue.getText().indexOf(strippedValue);
319 final String name = escapeQuotes(className.attrValue.getText(), true);
322 className.attrValue.getLine() - 1,
323 className.attrValue.getCharPositionInLine() + 1,
324 className.attrValue.getLine() - 1,
325 className.attrValue.getCharPositionInLine() + name.length(
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 340 int attrValue = arrayValue[index];
342 sRMap.put(attrValue, Pair.of(ResourceType.ATTR, attrName));
343 revRAttrMap.put(attrName, attrValue);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 673 String attrValue = attr.getNodeValue();
838 fSerializer.addAttribute(attrNS, localName, attrName, type, attrValue);
852 attrValue);
859 attrValue);
875 fSerializer.namespaceAfterStartElement(prefix, attrValue);
    [all...]
  /external/icu/icu4c/source/common/
uloc_tag.cpp 922 char *attrValue;
978 attrValue = (char*)uprv_malloc(attrBufLength + 1);
979 if (attrValue == NULL) {
983 uprv_strcpy(attrValue, attrBuf);
984 attr->attribute = attrValue;
988 uprv_free(attrValue);
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAssetManager.java 325 AttributeResource attrValue = themeStyleSet.getAttrValue(resName);
326 while(attrValue != null && attrValue.isStyleReference()) {
327 ResName attrResName = attrValue.getStyleReference();
328 if (attrValue.resName.equals(attrResName)) {
332 attrValue = themeStyleSet.getAttrValue(attrResName);
334 if (attrValue != null) {
335 convertAndFill(attrValue, outValue, config, resolveRefs);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java     [all...]
ActivityRecord.java     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/26.2.0-alpha16/
manifest-merger-26.2.0-alpha16.jar 
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.0/
manifest-merger-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.2/
manifest-merger-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.0/
manifest-merger-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.1/
manifest-merger-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.3/
manifest-merger-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.0/
manifest-merger-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.1/
manifest-merger-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.3/
manifest-merger-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.0/
common-22.4.0.jar 

Completed in 8299 milliseconds

1 23 4 5 6 7 8 91011>>