Searched refs:getAttribute (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java121 public Object getAttribute(String key) { method in class:DrmEvent
/frameworks/base/tools/aapt/
H A DMain.h57 String8 getAttribute(const ResXMLTree& tree, const char* ns,
H A DCommand.cpp240 String8 getAttribute(const ResXMLTree& tree, const char* ns, function
259 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) function
569 String8 pkg = getAttribute(tree, NULL, "package", NULL);
573 String8 name = getAttribute(tree, NAME_ATTR, &error);
581 String8 name = getAttribute(tree, NAME_ATTR, &error);
743 pkg = getAttribute(tree, NULL, "package", NULL);
896 String8 name = getAttribute(tree, NAME_ATTR, &error);
955 String8 name = getAttribute(tree, NAME_ATTR, &error);
997 String8 name = getAttribute(tree, NAME_ATTR, &error);
1006 String8 name = getAttribute(tre
[all...]
H A DXMLNode.h97 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
H A DResource.cpp650 if (node->getAttribute(ns, attr) != NULL) {
2112 pkg = getAttribute(tree, NULL, "package", NULL);
2118 String8 agent = getAttribute(tree, "http://schemas.android.com/apk/res/android",
2134 String8 name = getAttribute(tree, "http://schemas.android.com/apk/res/android",
H A DXMLNode.cpp657 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns,
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java774 if (media.getAttribute("recvonly") != null) {
776 } else if(media.getAttribute("sendonly") != null) {
778 } else if(offer.getAttribute("recvonly") != null) {
780 } else if(offer.getAttribute("sendonly") != null) {
1042 } else if (media.getAttribute("recvonly") != null) {
1044 } else if(media.getAttribute("sendonly") != null) {
1046 } else if(offer.getAttribute("recvonly") != null) {
1048 } else if(offer.getAttribute("sendonly") != null) {
H A DSimpleSessionDescription.java216 public String getAttribute(String name) { method in class:SimpleSessionDescription
217 return mFields.getAttribute(name);
499 public String getAttribute(String name) { method in class:SimpleSessionDescription.Fields
/frameworks/base/tools/preload/
H A Dsorttable.js209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
/frameworks/base/media/java/android/media/
H A DExifInterface.java130 public String getAttribute(String tag) { method in class:ExifInterface
/frameworks/base/core/java/android/net/http/
H A DConnection.java466 context.getAttribute(ExecutionContext.HTTP_CONNECTION);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp841 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags);
928 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) {
942 if (theme->getAttribute(value.data, &value, &styleBagTypeSetFlags) < 0) {
1054 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags);
/frameworks/base/include/utils/
H A DResourceTypes.h1931 ssize_t getAttribute(uint32_t resID, Res_value* outValue,
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1679 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, function in class:android::ResTable::Theme
1740 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);

Completed in 244 milliseconds